You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using angular 7 application. using "ngx-dynamic-hooks": "^1.8.0"
ERROR in Error during template compile of 'SharedModule'
Function calls are not supported in decorators but 'DynamicHooksModule' was called.
Everything works fine in local. The only thing is I cant able to make the prod build of my angular7 application.
I didn't get any error on running npm start or ng build. But when I run with --prod flag (ng build --prod). I am getting above error