Skip to content

sivaram143/angular2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

angular2

Installing CLI

  • npm install -g angular-cli

Creating application

  • ng new <app_name>

Run application

  • ng serve

Commands

  • ng build
  • ng generate (Note: Item may component, directive, route, service, pipe)
  • ng test: Run unit tests with karma
  • ng e2e: Run end-to-end tests with protractor
  • ng get: Gets values for project
  • ng set: Sets values for project
  • ng github-pages:deploy: Build the app for production, setup GitHub repo, and publish
  • ng lint: Run codelyzer to analyze code
  • ng format
  • ng doc
  • ng version: Get the version of the CLI

Ref:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published