-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
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
@schematics/angular:component not getting respected when using "defaultCollection": "@ngxs/schematics" #30
Comments
Do you have any leads on how to fix that? |
@eranshmil I just did remove |
i don't have this worked for me in the past, and only broke in the past few months, perhaps upgrading to angular 9. EDIT: angular cli works just fine. just not the |
i found that the tags change in angular 8 & 9... try this out: "schematics": { |
@wkjesus this did the trick! |
I'm submitting a...
Current behavior
have
"style":"scss"
inangular.json
and
ng g c xyz
creating an component withcss
types of styles instead ofscss
:Expected behavior
component gets generated with
scss
styles typeMinimal reproduction of the problem with instructions
ng g my-app --style=scss
ng add @ngxs/schematics
ng g c xyz
What is the motivation / use case for changing the behavior?
respect the angular cli styles config:
Environment
OS: win32 x64
Angular: 7.2.8
... animations, common, compiler, compiler-cli, core, forms
... language-service, platform-browser, platform-browser-dynamic
... router, service-worker
Package Version
@ngxs/schematics: ^0.0.1-alpha.5
@angular-devkit/architect 0.13.5
@angular-devkit/build-angular 0.13.5
@angular-devkit/build-optimizer 0.13.5
@angular-devkit/build-webpack 0.13.5
@angular-devkit/core 7.3.5
@angular-devkit/schematics 7.3.5
@angular/cdk 7.3.3
@angular/cli 7.3.5
@angular/fire 5.1.1
@angular/flex-layout 7.0.0-beta.23
@angular/material 7.3.3
@angular/pwa 0.13.5
@ngtools/webpack 7.3.5
@schematics/angular 7.3.5
@schematics/update 0.13.5
rxjs 6.4.0
typescript 3.2.4
webpack 4.29.0
For Tooling issues:
The text was updated successfully, but these errors were encountered: