Posted 9 March 2018, 6:06 am EST
Hi,
I’ve got troubles to get Wijmo-Enterprise.20173.409 running with Angular 5 (5.2.7 to be more exact).
I set up a fresh Angular project with @angular/cli@1.7.2, which uses typescript 2.5.3. Now, when running the app, I get the error
ERROR in node_modules/wijmo/cultures/wijmo.culture.de.ts(22,11): error TS2339: Property 'culture' does not exist on type 'typeof wijmo'.
I understand this is a Typescript error that occurs when the variable hasn’t been declared before.
So my question is: Did I miss to provide some file that declares mentioned variable or is this a bug in Wijmo?
Thank you very much!
BR
Footnote: I am using the NpmImages/wijmo-commonjs-src of Wijmo, added css and cultures and published this to a private registry. This way I can use regular npm dependency management and judt include css + culture via angular-cli.json configuration.
