This is my personal tests with Angular:
- guard
- modules
- lazy loading
- tests
- Github Actions CI
- interceptors
- ngrx
Run ng serve
for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Build image
docker build -t angular-poc:latest .
Then run it
docker run -p 80:80 angular-poc
npm run test # using karma
npm run e2e # protractor