【发布时间】:2015-06-03 22:59:22
【问题描述】:
当一个组件被实例化时,Angular
creates a shadow DOM for the component. loads the selected template into the shadow DOM. creates a child Injector which is configured with the appInjector for the Component.
但是,据我所知,IE、Safari甚至在Firefox的默认配置中还不支持shadow DOM !
考虑到shadow DOM不是一个可以通过js库或其他东西轻松添加到浏览器的功能,浏览器对angular2的支持如何?
PS:请原谅我调用 IE 和 Safari(特别是 IE)流行的浏览器!
【问题讨论】:
标签: web-component shadow-dom angular