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
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._
Most helpful comment
Currently there is no model blueprint within the angular-cli, hence the error you're seeing.