angular-electron
angular-electron copied to clipboard
Error during template compile of 'AppModule'
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
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 ?