mobxjs / mobx-angular

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

Export `action` from mobx? #20

Closed th0r closed 7 years ago

th0r commented 7 years ago

Hi! Thanks for an amazing module!

I have a small problem with using it with AoT compiler though. Saw #13 and importing observable and computed directly from ng2-mobx works perfect, but I also need to import action to decorate methods that change a bunch of observables, but ng2-mobx doesn't export it.

Maybe use export * from 'mobx' instead of exporting proxies or AoT will fail in this case as well?

adamkleingit commented 7 years ago

I'll try that.

usernamealreadyis commented 7 years ago

20