我正在使用Angular.dart作为应用程序框架,并尝试使用 Twitters Bootstrap组件和 CSS 进行样式设置。我几乎立刻就遇到了一个问题,因为Bootstrap似乎没有处理ShadowDOM,而Angular.dart使用ShadowDOM作为Components。
这基本上意味着我不能使用 Bootstrap.js 构建 Angular 组件。使用仅需要 CSS 的 Bootstrap 组件可以applyAuthorStyles: true
在NgComponent
注释中正常工作。
有没有办法使用 bootstrap js 组件构建 angular.dart 组件?
/岑克