This project was generated with Angular CLI version 1.6.5.
In package directory rpki-validator-3/ui-validator> run npm install
. By default, npm install will install all modules listed as dependencies in package.json.
Run npm run start
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run npm run build
to build the project. The build artifacts will be stored in the target/ui-validator
directory.
Run ng test
to execute the unit tests via Karma.
Run npm run e2eWithMock
to execute the end-to-end tests via Protractor.
Run npm run e2eNoTest
to see application running with mock response used in e2e tests
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.