How is the experience with using Angular 2 for slightly larger projects?
Any negative or positive points found regarding its use?
I want to balance if it's worth switching to.
How is the experience with using Angular 2 for slightly larger projects?
Any negative or positive points found regarding its use?
I want to balance if it's worth switching to.
I believe the main part of a project is its API. By creating a consistent back end API, choosing the front end is easier.
In a solo project that I'm working on, I'm developing the backend API in Node + MongoDB + Express and I plan to do the front end with Angular 2, ie the famous MEAN = > Mongo + Express + Angular + Node.