есть html <h2 class="title">{{
activeInvoice.name}}</h2>
Передаю сюда значения оно отображаеться коректно, но в консоле получаю ошибку:
ERROR TypeError: Cannot read property 'name' of undefined
at Object.eval [as updateRenderer] (ViewInvoiceComponent.html:3)
at Object.debugUpdateRenderer [as updateRenderer] (core.js:23937)
at checkAndUpdateView (core.js:23312)
at callViewAction (core.js:23548)
at execComponentViewsAction (core.js:23490)
at checkAndUpdateView (core.js:23313)
at callViewAction (core.js:23548)
at execEmbeddedViewsAction (core.js:23511)
at checkAndUpdateView (core.js:23308)
at callViewAction (core.js:23548)