/angular-poc

This is my personnal tests with Angular.

Primary LanguageTypeScript

Test status

Angular POC

This is my personal tests with Angular:

  • guard
  • modules
  • lazy loading
  • tests
  • Github Actions CI
  • interceptors
  • ngrx

Development server

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.

Build

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.

Docker

Build image

docker build -t angular-poc:latest .

Then run it

docker run -p 80:80 angular-poc

Test

npm run test # using karma
npm run e2e # protractor