-
Notifications
You must be signed in to change notification settings - Fork 8
Not Working when Doing a ng build --prod #10
Comments
Hi @FredBesterwitch!,
If you find some types missing, you can modify your submodule and push to your fork, and then make a pull request. |
Thanks for your quick response, i did using npm |
@FredBesterwitch |
Thank You , much appreciated |
very glad if this helped. |
Can't run the sample you sent, is there something i'm missing? Thanks ERROR in src/app/app.component.ts:9:18 - error TS2304: Cannot find name 'mxGraph'. 9 private graph: mxGraph; 15 this.graph = new mxGraph(this.container.nativeElement); |
@FredBesterwitch please check the |
Hello guys
According to asual/mxgraph-factory#9 (comment)
The above wrapper is not using the @hungtcs type definitions lib |
@FredBesterwitch @hungtcs this repo which is also using Angular with mxgraph-type-definitions (via npm deps) may be interesting for you: https://github.com/ivamax9/angular-mxgraph-demo |
Hi
Thanks for create these types for mxgraph, much appreciated. You have done a good job..
It works perfectly in ng serve in dev, but when we deploy the buuild that was generated by ng build --prod, it does not work, it says mxGraphModel does not exist
any help would be appreciated..
Thank You
The text was updated successfully, but these errors were encountered: