Skip to content

Angular 11 project setups with ESLint and Prettier configuration and use of best practice techniques: Services, Models, Decorators, Guards, Pipes and Interceptors. Use of popular libraries such as Angular Material and RXJS.

Notifications You must be signed in to change notification settings

muhamedkarajic/angular-playground-old

Repository files navigation

Angular 11 Default Setup

About

This project includes all default dependencies that come with angular with ESLint and Prattier included with them.

Packages

  1. ESLint
  2. Prettier
  3. Karma
  4. Jasmine

Commands

  1. Starting project by typing ng serve
  2. Check for errors using ESlint by typing ng lint
  3. Run ng test to execute the unit tests via Karma.
  4. Run ng e2e to execute the end-to-end tests via Protractor.
  5. 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.
  6. To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

About

Angular 11 project setups with ESLint and Prettier configuration and use of best practice techniques: Services, Models, Decorators, Guards, Pipes and Interceptors. Use of popular libraries such as Angular Material and RXJS.

Topics

Resources

Stars

Watchers

Forks