Reputation: 366
How can I change the material color scheme for a web app using AngularDart 5 and angular_components?
I don't want to define a color for every attribute of every component, but rather use the schemes provided by the color tool or material.io.
Upvotes: 3
Views: 908
Reputation: 657248
https://github.com/dart-lang/angular_components/issues/253#issuecomment-384441704
Today to do this we use mixins to style the specific parts of the app in the different theme with it scoped to the components in question.
See also
Upvotes: 1