Created
September 25, 2016 00:22
-
-
Save tahaipek/cf68e3fed7983e28d5b46b9818ad024d to your computer and use it in GitHub Desktop.
This file contains 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
Angular 2 | |
Ng CLI | |
Scaffold Usage | |
Component => ng g component my-new-component | |
Directive => ng g directive my-new-directive | |
Pipe => ng g pipe my-new-pipe | |
Service => ng g service my-new-service | |
Class => ng g class my-new-class | |
Interface => ng g interface my-new-interface | |
Enum => ng g enum my-new-enum |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment