angular-electron icon indicating copy to clipboard operation
angular-electron copied to clipboard

Error during template compile of 'AppModule'

Open hananAbbas opened this issue 7 years ago • 1 comments

ERROR in app\app.module.ts(30,28): Error during template compile of 'AppModule' Function calls are not supported in decorators but 'RegisterTranslatorModule' was called. any help

hananAbbas avatar Jan 23 '18 11:01 hananAbbas

Did you try to build the application with AOT? If yes this means that your code or a third party library that you are using probably has an error.

Please also check your tsconfig file, is the skipTemplateCodegen: true ?

Rambou avatar Apr 18 '19 18:04 Rambou