Base solution for your next web application
Open Closed

Error in prod build :Function calls are not supported in decorators but 'InputEditorModule' was called. #7121


User avatar
0
ignasiclos created

Hello, I'm getting the following error "ng build --prod"

ERROR in Error during template compile of 'MainModule' Function calls are not supported in decorators but 'InputEditorModule' was called.

Any suggestion? Thanks


1 Answer(s)
  • User Avatar
    0
    ryancyq created
    Support Team

    Hi, it seems to be import issue with angular, https://github.com/angular/angular/issues/23609

    can you share the relevant code for you issue?