2017-11-15 7 views
0

現在、私はChromeコンソールでこの奇妙なエラーが発生しています。私はそれを解決する方法を理解していません。コンソールの角度コンポーネントエラー:エラーTypeError:未定義のプロパティ '1'を読み取ることができません

PractiseLayoutComponent.html:10 ERROR TypeError: Cannot read property '1' of undefined 
    at Object.eval [as updateRenderer] (PractiseLayoutComponent.html:10) 
    at Object.debugUpdateRenderer [as updateRenderer] (core.es5.js:13105) 
    at checkAndUpdateView (core.es5.js:12256) 
    at callViewAction (core.es5.js:12599) 
    at execComponentViewsAction (core.es5.js:12531) 
    at checkAndUpdateView (core.es5.js:12257) 
    at callViewAction (core.es5.js:12599) 
    at execComponentViewsAction (core.es5.js:12531) 
    at checkAndUpdateView (core.es5.js:12257) 
    at callWithDebugContext (core.es5.js:13467) 

おそらく私は何か間違ったことをしました。残念ながら、変更を元に戻すのは非常にコストがかかります。 とにかく、私は間違いなくこのような状況に対処する方法を知っている必要があります。 誰かがどこに掘り起こすべきアドバイスをくれますか?

端末にはng serveのエラーはありません。

+0

おそらく、関係するコードスニペットを投稿することで開始できますか? – Nepho

答えて

1

行10でPractiseLayoutComponent.htmlを調べる必要があります。そこには何かがないかもしれません。

関連する問題