Deploy to zip failed

Hi, trying to deploy an app I received the message

ng-cli:
ERROR in src\app\ms-ts\ms-ts.component.html(4,100): : Property 'getKpiMSTsActualsCount' does not exist on type 'MsTsComponent'. Did you mean 'getKpiIMSTsActualsCount'?

What´s wrong?

Thanks in advance

Hi Carlos,

There is a missing property definition in in one of your pages (MS TS). Such compilation errors might appear only if the Angular app was built in production like we do during deploy. The getKpiIMSTsActualsCount should be defined in Page load most probably.

Best Regards,
Vladimir