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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -