Hi I'm learning angular 2, and i'm creating my own mean stack with express and MongoDB at backend. So i've creating my boilerplate and now i create a trello-like project for create real project.
My main goal is to create entreprise-grade project after that. So i actually use angular 3 basically and storing data in services. So, did you think it's really better to only using services for doing api call and storing all data in redux-like store ?
It exist store (https://github.com/ngrx/store) for angular 2 which is like redux. Did you think it's better to use it for more complex application or basic services are fine (I don't know how more complex app can generate problem or other with it) ?
Thank's
Aivan Monceller
Building front-end applications, web APIs, system utilities and development tools using JavaScript, TypeScript, C# and Go
Is this a post from the future? angular 3? You may still use promises using .toPromise() of RxJS if you want