Skip to content

Commit 60ce994

Browse files
Broccofilipesilva
authored andcommitted
chore(generate): add abbreviation for generating interfaces (#3800)
Fixes #3643
1 parent defc269 commit 60ce994

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/angular-cli/commands/generate.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ const aliasMap: { [alias: string]: string } = {
6161
'c': 'component',
6262
'd': 'directive',
6363
'e': 'enum',
64+
'i': 'interface',
6465
'm': 'module',
6566
'p': 'pipe',
6667
'r': 'route',

0 commit comments

Comments
 (0)