Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 209 Bytes

File metadata and controls

8 lines (7 loc) · 209 Bytes

Angular CLI

  1. install the angular cli globally (if not done already)
  2. create new application (ng new --standalone)
  3. start the application
  4. generate a new component
  5. run the tests
  6. create a build