0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

How To Use `ng run`

Last updated at Posted at 2020-01-12

What is ng run

ng run runs specific task defined in angular.json.

usage

ng run project:[target]

Target is defined in angular.json file. Bellow is list of available targets.

Screen Shot 2020-01-12 at 19.33.13.png

Examples

ng run project-name:lint
ng run project-name:serve

project-name is also written in angular.json.
In bellow exmaple, md-blog is project name

Screen Shot 2020-01-12 at 19.34.33.png
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?