1
angular-cliの使用中に次のエラーが発生します。Angular2エラートークンを定義する必要があります
Error: Token must be defined!
at new ReflectiveKey (http://localhost:4200/vendor.bundle.js:48893:19) [angular]
at KeyRegistry.get (http://localhost:4200/vendor.bundle.js:48946:39) [angular]
at Function.ReflectiveKey.get (http://localhost:4200/vendor.bundle.js:48911:35) [angular]
at ReflectiveInjector_.get (http://localhost:4200/vendor.bundle.js:117530:102) [angular]
at AppModuleInjector.NgModuleInjector.get (http://localhost:4200/vendor.bundle.js:66988:52) [angular]
at RouterInitializer.appInitializer (http://localhost:4200/vendor.bundle.js:73780:48) [angular]
at new ApplicationInitStatus (http://localhost:4200/vendor.bundle.js:46874:45) [angular]
at AppModuleInjector.createInternal (/AppModule/module.ngfactory.js:424:36) [angular]
at AppModuleInjector.NgModuleInjector.create (http://localhost:4200/vendor.bundle.js:66971:76) [angular]
at NgModuleFactory.create (http://localhost:4200/vendor.bundle.js:66939:18) [angular]
at http://localhost:4200/vendor.bundle.js:47309:61 [angular]
at Object.onInvoke (http://localhost:4200/vendor.bundle.js:37314:37) [angular]
をテキストとして完全なエラーメッセージを投稿してください動作するはずです。 –
詳細をお知らせください。 –
これは私がブラウザから得た唯一の情報であり、私は自分のアプリケーションを実行することができません。私は、角度cliを使用しています – Rohit