从文档中:
当一个组件被实例化时,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)流行的浏览器!