InterviewSolution
Saved Bookmarks
| 1. |
How you can load external css style? |
|
Answer» To ALLOW a load of external CSS styles in Angular 2 to affect component contents, we have to change view ENCAPSULATION which presents styles to COMPONENTS referring “bleed into”. @Component({ |
|