angular / angular-electron

Angular2 + Electron
605 stars 115 forks source link

Error during template compile of 'AppModule' #33

Open hananAbbas opened 6 years ago

hananAbbas commented 6 years ago

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

Rambou commented 5 years ago

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 ?