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
Post a Comment