ng add - please specify a project name #11016
Labels
area: @angular/cli
feature: insufficient votes
Label to add when the not a sufficient number of votes or comments from unique authors
feature
Issue that requests a new feature
Milestone
Versions
Repro steps
starting a new project with
ng new angular-project
generate a library/application inside the new angular-cli project
Add @angular/material
Observed behavior
@angular/material
gets correclty installed in the node dependencies but themyapp
project is not configured for using the library.Desired behavior
The current
ng add
usage is:usage: ng add <collection>
Ideally this should allow passing the target app like this:
The text was updated successfully, but these errors were encountered: