Closed
Description
I would really like if as I create a new application I have two main options: one would create the basic generated app ng new myapp
, the second would use a sample application as the base for my generated app. ng new myapp from bootstrap
would create a generated application with examples using bootstrap4. ng new myapp from todo
would be another good one to have.
@johnpapa any thoughts on this?