Skip to content

Commit 8e52b6f

Browse files
BroccoMRHarrison
authored andcommitted
chore(generate): add abbreviation for generating interfaces (angular#3800)
Fixes angular#3643
1 parent 0c84ab1 commit 8e52b6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/angular-cli/commands/generate.ts

+1
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)