mobxjs / mobx-angular

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

Update TodoMVC to Angular 9 and Mobx 3.1.1, enable Redux devtools (#114) #117

Closed kubk closed 4 years ago

kubk commented 4 years ago

Related issue: #114 Summary of changes:

image

adamkleingit commented 4 years ago

Thanks! Unfortunately, I updated the entire project's structure to use Angular CLI, so this will be a very difficult merge. @kubk can you branch again from master and re-apply your changes - it will probably take less time

kubk commented 4 years ago

@adamkleingit Sure, in which folder should I put an updated example? Currently there are 2 folders with examples in master:

kubk commented 4 years ago

@adamkleingit Done, now there is a folder with 3 examples (todo, bank, tictactoe) and a folder with mobx-angular sources (projects/mobx-angular)

adamkleingit commented 4 years ago

@kubk I just removed example, and moved all examples to projects as Angular 9 projects

kubk commented 4 years ago

@adamkleingit I've moved the example to the projects folder.

adamkleingit commented 4 years ago

I changed back to use the top Workspace angular.json, to make everything work the same way, and to have the app take the local mobx-angular and not from node_modules (if it's built)