Skip to content

Commit

Permalink
fix(@angular/cli): add missing alias for guard blueprint
Browse files Browse the repository at this point in the history
  • Loading branch information
Brocco committed Mar 9, 2017
1 parent afbddfe commit a21a3f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@angular/cli/commands/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ const aliasMap: { [alias: string]: string } = {
'c': 'component',
'd': 'directive',
'e': 'enum',
'g': 'guard',
'i': 'interface',
'm': 'module',
'p': 'pipe',
Expand Down

0 comments on commit a21a3f7

Please sign in to comment.