ドキュメントから:
コンポーネントがインスタンス化されると、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.
しかし、私の知る限り、Shadow DOM はIEやSafariではまだサポートされておらず、 Firefoxのデフォルト設定でもサポートされていません!
Shadow DOM が js ライブラリなどを介してブラウザに簡単に追加できる機能ではないことを考えると、Angular2 に対するブラウザのサポートはどうなりますか?
PS: IE および Safari (具体的には IE)の一般的なブラウザーを呼び出すことを許してください!