mobxjs / mobx-angular

The MobX connector for Angular.
MIT License
483 stars 59 forks source link

Example fails to start #3

Closed stepanzarubin closed 7 years ago

stepanzarubin commented 7 years ago
ERROR in [default] \mobx\ng2-mobx\example\src\app\app.module.ts:7:9
Module '"/mobx/ng2-mobx/example/node_modules/ng2-mobx/dist/ng2-mobx"' has no exported member 'Ng2MobxModule'.
stepanzarubin commented 7 years ago

Correct way to fix it would be regenerate app with the latest angular-cli, then make sure typings defined.

adamkleingit commented 7 years ago

Merged. Thanks!