Skip to content

Commit

Permalink
docs: add Guard generator option in README
Browse files Browse the repository at this point in the history
Add the Guard param on the options table of the generator in the README.
It was implemented by angular#4055.

Close angular#5069
  • Loading branch information
bcabanes authored and Zhicheng Wang committed Mar 16, 2017
1 parent 64b3b5d commit 3b2b843
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -88,6 +88,7 @@ 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`
Guard | `ng g guard my-new-guard`
Interface | `ng g interface my-new-interface`
Enum | `ng g enum my-new-enum`
Module | `ng g module my-module`
Expand Down

0 comments on commit 3b2b843

Please sign in to comment.