angular - AOT build error (ngc) -


i error when only building --prod in ionic 3:

error encountered resolving symbol values statically. calling function 'ɵmakedecorator', function calls not supported. consider replacing function or lambda...

i found out happens when use sdk folder login , auth , loopback-sdk-builder... reason suspect happens because sdk i'm importing not exist in project folder of mobile app. looking advice, couldn't find information on internet regarding this.

the sdk built in website project directory.

the functions using login custom service, auth service , getting data persisted in localstorage during login process.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -