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
No allow add styles in component, only use global styles is allowed.
https://stackblitz.com/edit/stackblitz-starters-kgufne
1.-Create a new Angular Project 2.-Add styles to your component so becames like
@Component({ selector: 'app-root', styles:[` a{color:red} `], template: ` <h1>Hello from {{ name }}!</h1> <a target="_blank" href="https://angular.dev/overview"> Learn more about Angular </a> `, }) export class App { name = 'Angular'; }
Happens recently with Angular 19
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
No allow add styles in component, only use global styles is allowed.
Link to the blitz that caused the error
https://stackblitz.com/edit/stackblitz-starters-kgufne
Steps to reproduce
1.-Create a new Angular Project
2.-Add styles to your component so becames like
Expected behavior
Happens recently with Angular 19
Parity with Local
Screenshots
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: