forked from angular/angular-cli
- Notifications
You must be signed in to change notification settings - Fork 0
Stories
Hans Larsen edited this page Mar 31, 2016 · 1 revision
This page includes stories to create Angular CLI apps.
Please note that not all stories are currently implemented.
# Create an app ng new my-todo-app # Generate a TODO component ng generate component todo # Serve the app ng serveng new my-todo-app --template=simple-todo ng serveng new my-todo-app # Could be `ng use` as well. ng install complex-todo-addon ng generate todo routes/+todong new my-todo-app ng install sass