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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -