1. Create an application
In this section we will create our application with the Angular CLI and discuss and examine its parts.
1. Create a new Angular CLI app
ng new angular-and-ngrx-demo-app --style scss --prefix appcd angular-and-ngrx-demo-appcode .2. Run the app
ng s
3. Review the structure and key files
StackBlitz Link
Last updated