Sample project with Angular 7 and
- ngx-translate: The internationalization (i18n) library for Angular
- Angular Material: Material Design components for Angular
- @angular (~7.2.0)
- @angular/material (^7.3.0)
- @ngx-translate (^11.0.1)
- Clone this repository
git clone https://github.com/gebittencourt/angular-7-sample.git
- Install all dependencies:
npm install
- 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