You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far, I've worked out that you put css files in index.html because TranscludingComponentFactory doesn't work in this (whereas it did work in ShadowDomComponentFactory). So does this mean that you will have to include all component css files in index.html for all instances of using angular.dart.ui?
So does this mean that you will have to include all component css files in
index.html for all instances of using angular.dart.ui?
I think all components must use original styles from bootstrap.css. As an
exclusion they could have own css files being included on html page. We
must avoid workaround to download css files of component ourself. Better
use browser to download them, else this way can be fragile and buggy.
Check what's going wrong with Carousel unit tests environment.
The text was updated successfully, but these errors were encountered: