Spaghetti Tom
Thursday, December 19, 2019
command line commands to set up a new Angular 8 application with Materials and "the store"
npm install -g @angular/cli
npm install
ng new dumbapp --routing --style=scss
cd dumbapp
ng add @angular/material
npm install @ngrx/store @ngrx/effects
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment