We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c84ab1 commit 8e52b6fCopy full SHA for 8e52b6f
packages/angular-cli/commands/generate.ts
@@ -61,6 +61,7 @@ const aliasMap: { [alias: string]: string } = {
61
'c': 'component',
62
'd': 'directive',
63
'e': 'enum',
64
+ 'i': 'interface',
65
'm': 'module',
66
'p': 'pipe',
67
'r': 'route',
0 commit comments