Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 576 Bytes

File metadata and controls

20 lines (13 loc) · 576 Bytes

AngularComponentLibrary

Steps

  1. ng new angular-component-library
  2. cd angular-component-library
  3. ng generate library ratify --prefix=lib

Build

ng build ratify

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.