Skip to content

Instantly share code, notes, and snippets.

@brunokrebs
Created March 2, 2017 14:27
Show Gist options
  • Save brunokrebs/3da1caef0e25d754ddc33d8ccfecba98 to your computer and use it in GitHub Desktop.
Save brunokrebs/3da1caef0e25d754ddc33d8ccfecba98 to your computer and use it in GitHub Desktop.
# creates the main component that lists tasks
ng g component task-list
# creates a component to hold a form to add tasks
ng g component task-list/task-form
# creates a service to handle all interaction with our REST API
ng g service task-list/task-list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment