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
_ _ ____ _ ___ / \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _| / △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | | / ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | | /_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___| |___/ Angular CLI: 6.0.0-rc.2 Node: 8.10.0 OS: linux x64 Angular: 6.0.0-rc.3 ... animations, common, compiler, compiler-cli, core, forms ... http, language-service, platform-browser ... platform-browser-dynamic, router @angular/cli: 6.0.0-rc.2 @angular-devkit/architect: 0.5.4 @angular-devkit/build-angular: 0.5.4 @angular-devkit/build-ng-packagr: error @angular-devkit/build-optimizer: 0.5.4 @angular-devkit/core: 0.5.4 @angular-devkit/schematics: 0.5.4 @ngtools/json-schema: 1.1.0 @ngtools/webpack: 6.0.0-rc.2.4 @schematics/angular: 0.5.4 @schematics/update: 0.5.4 typescript: 2.7.2 webpack: 4.5.0
ng generate library pascalCaseRejected
ng generate library pascal-case_test
That I can use capitals an _ and - in my library names.
_
-
The text was updated successfully, but these errors were encountered:
fix(@schematics/angular): Library should support pascalCasedNames
18b7093
fixes angular/angular-cli#10255
angular/devkit@9d82814
b7b99c0
fixes #10255
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.
No branches or pull requests
Versions
Repro steps
ng generate library pascalCaseRejected
ng generate library pascal-case_test
also give the same resultObserved behavior
Desired behavior
That I can use capitals an
_
and-
in my library names.The text was updated successfully, but these errors were encountered: