-
Notifications
You must be signed in to change notification settings - Fork 12k
fix(@schematics/angular): fixes issue that viewEncapsulation
is not…
#13690
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
fix(@schematics/angular): fixes issue that viewEncapsulation
is not…
#13690
Conversation
I think it should also add the option in the "schematics": {
"@schematics/angular:component": {
"viewEncapsulation": "ShadowDom"
}
}, For other generated components. |
@kekel87, yeah make sense. |
@clydin, or should we set |
At the application level, I think it would make more sense as a bootstrap option |
packages/schematics/angular/application/files/src/main.ts.template
Outdated
Show resolved
Hide resolved
… being configured when provided Fixes #13689
This was introduced by angular#13690
This was introduced by #13690
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
… set in
app.component.ts
and inangular.json
Fixes #13689