-
Notifications
You must be signed in to change notification settings - Fork 150
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
0.2.0 overwrites class on fa-layers component #98
Comments
Yes! Same problem here.
This is discussed in angular/angular#7289, where there are a few proposed workarounds, the following ones seem good:
|
@toverux the latter approach looks good! If anybody is willing to submit a PR I would be happy to review it. Otherwise I'll have time to work on this early next week. Please add tests to make sure these 3 syntaxes work correctly: |
Describe the problem
Prior to 0.2.0 any classes on fa-layers were preserved. Now they are overwritten.
What did you expect?
Classes should not be overwritten.
Reproducible test case
https://stackblitz.com/edit/angular-z8v4ux-vvutjk
The text was updated successfully, but these errors were encountered: