angular-l10n
angular-l10n copied to clipboard
Function calls are not supported in decorators but 'L10nTranslationModule' was called
I'v run into an error when build my project in product mode. ERROR in Error during template compile of 'BzadmModule' Function calls are not supported in decorators but 'L10nTranslationModule' was called
the code in NgModule like
imports: [ L10nTranslationModule.forRoot( l10nConfig, { translationLoader: HttpTranslationLoader } ) }
I am using [email protected]
Is there anyone know how to solve this ?
@benzhuo Please provide more details or a reproduction.
Closed due to inactivity