Created
March 2, 2017 14:27
-
-
Save brunokrebs/3da1caef0e25d754ddc33d8ccfecba98 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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