-
-
Notifications
You must be signed in to change notification settings - Fork 241
Closed
Description
There is no documentation for how to implement css properties with angular components. Custom components cannot (it seems) be styled with external css.
If I have a component MyComponent that exists in page mypage.html, I would expect to be able to type something like this in mypage.scss:
MyComponent {
background-color: green;
}
and expect to be able to hook up some property of MyComponent to receive that styling information and do something with it. But as far as I can tell, there is none. If there is a way to hook up CssProperty objects, there is no documentation (that I have found) for this in Angular.
Metadata
Metadata
Assignees
Labels
No labels