I play with Angular.dart as an application framework and try to use Twitters Bootstrap and CSS components for styling. I ran into the problem almost immediately, since Bootstrap does not handle ShadowDOM , and Angular.dart uses ShadowDOM for Components .
This will mean that I cannot build Angular components with Bootstrap.js . Using Bootstrap components that require only CSS works fine with annotation applyAuthorStyles: truein NgComponent.
Is it also possible to build angular.dart components using bootstrap js components?
/ Jenk
source
share