Guest User

Untitled

a guest
Jul 16th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. 1. ng new <project name>
  2. // use ng new <project name> --routing to use routing in project.
  3.  
  4. 2. ng generate component <component name>
  5.  
  6. 3. ng generate service <service name>
  7.  
  8. 4. ng serve
  9. // to start serving the project.
  10. // use ng serve --port <port number> to serve in different port.
  11.  
  12. 5. to stop serve press Control C.
  13. // to stop serving on-going angular project.
Add Comment
Please, Sign In to add comment