Skip to content

guiebitt/angular-7-sample

Repository files navigation

Angular 7 Sample

Sample project with Angular 7 and

Dependencies

  • @angular (~7.2.0)
  • @angular/material (^7.3.0)
  • @ngx-translate (^11.0.1)

Application Screenshot

ionic-serve

Step-by-step

  1. Clone this repository
git clone https://github.com/gebittencourt/angular-7-sample.git
  1. Install all dependencies: npm install
  2. Run the application: ng serve

Besides

  • Run lint verification: npm run lint
  • Run the unit tests: npm run test
  • Run the end-to-end tests: npm run e2e