你好,我一直在試圖找出大約2天,現在我看不出哪裏會出錯。我遇到了一些我不確定如何調試的錯誤。Angular 2依賴注入不起作用
無提供AppService服務
我已經在plunker
重建這個我覺得現在的問題是,我不註冊AppService服務anyware。
@NgModule({
imports: [ BrowserModule ],
declarations: [ App ],
bootstrap: [ App ]
})
export class AppModule {}
另請參閱我的回答下面的評論,揭示了你的Plunker中的另一個問題。 –
謝謝,這是問題的一部分。我仍然收到一個錯誤,但是不一樣。我也會研究它。 – JamTay317