Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は angular2 で遊び始め、親の場所にある angular に依存するコンポーネントを作成しようとすると、たとえば、
import {Component, View, bootstrap, For} from '../../ext_components/angular2/angular2.dev';
次のエラー メッセージが表示されます。
ゾーンはすでにオブジェクトのウィンドウにエクスポートされています!
この問題の原因と解決方法を教えてください。