Angular-cli: ng generate model is returning invalid blueprint

Created on 20 Apr 2016  路  4Comments  路  Source: angular/angular-cli

ng generate model taco filling:belongs-to:protein toppings:has-many:toppings name:string price:number misc

returns Invalid blueprint: model

angular-cli: 0.0.33
node: 5.10.1
os: linux x64 debian-jessie

Most helpful comment

Currently there is no model blueprint within the angular-cli, hence the error you're seeing.

All 4 comments

Currently there is no model blueprint within the angular-cli, hence the error you're seeing.

ng g component [your_app]

THANKS!!!!

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

_This action has been performed automatically by a bot._

Was this page helpful?
0 / 5 - 0 ratings