IT-SDK-Angular

From wiki.samerhijazi.net
Revision as of 16:31, 3 December 2019 by Fiducia (talk | contribs)
Jump to navigation Jump to search

Life-Cycle: ng

$ npm install -g @angular/cli
$ ng new my-app
$ ng serve --open --port 4321

Angular-CLI Options

new    : Greate new workspace.
build  : Compiles the app.
serve  : Builds and Serves the app.
deploy : Invokes the builder for a specified project.