Skip to content

use official cli way of adding playground to dev deps on ng add #214

@timstoddard

Description

@timstoddard

Desired Behavior

Use the CLI's new way of defining how a package installed with "ng add" should be stored in the package.json.
Original bug report
PR with fix

Since we want to save Playground in the devDependencies, we can now simply add to our package.json:

"ng-add": {
  "save": 'devDependencies'
}

Also we can get rid of our boilerplate that is currently handling this.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions