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
Integrated in my project and it is working like a charm but when I'm generating build for production using ng build --prod it is showing me following error,
"ERROR in Error during template compile of 'AppModule'
Function calls are not supported in decorators but 'InputEditorModule' was called."
I tried every possible way I know and search on stackoverflow, but unfortunately no success.