We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ ng -v --verbose @angular/cli: 1.0.0-rc.1 http_parser: 2.7.0 node: 6.9.1 v8: 5.1.281.84 uv: 1.9.1 zlib: 1.2.8 ares: 1.10.1-DEV icu: 57.1 modules: 48 openssl: 1.0.2j os: darwin x64 @angular/common: 4.0.0-rc.2 @angular/compiler: 4.0.0-rc.2 @angular/core: 4.0.0-rc.2 @angular/flex-layout: 2.0.0-rc.1 @angular/forms: 4.0.0-rc.2 @angular/http: 4.0.0-rc.2 @angular/material: 2.0.0-beta.2 @angular/platform-browser: 4.0.0-rc.2 @angular/platform-browser-dynamic: 4.0.0-rc.2 @angular/router: 4.0.0-rc.2 @angular/cli: 1.0.0-rc.1 @angular/compiler-cli: 4.0.0-rc.2
ng g c --help or ng generate cl --help
ng g c --help
ng generate cl --help
class has an alias of cl
component has an alias of c
Neither of these appears in the help output
The text was updated successfully, but these errors were encountered:
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Versions.
$ ng -v --verbose
@angular/cli: 1.0.0-rc.1
http_parser: 2.7.0
node: 6.9.1
v8: 5.1.281.84
uv: 1.9.1
zlib: 1.2.8
ares: 1.10.1-DEV
icu: 57.1
modules: 48
openssl: 1.0.2j
os: darwin x64
@angular/common: 4.0.0-rc.2
@angular/compiler: 4.0.0-rc.2
@angular/core: 4.0.0-rc.2
@angular/flex-layout: 2.0.0-rc.1
@angular/forms: 4.0.0-rc.2
@angular/http: 4.0.0-rc.2
@angular/material: 2.0.0-beta.2
@angular/platform-browser: 4.0.0-rc.2
@angular/platform-browser-dynamic: 4.0.0-rc.2
@angular/router: 4.0.0-rc.2
@angular/cli: 1.0.0-rc.1
@angular/compiler-cli: 4.0.0-rc.2
Repro steps.
Mention any other details that might be useful.
class has an alias of cl
component has an alias of c
Neither of these appears in the help output
The text was updated successfully, but these errors were encountered: