Is it worth starting medium and large projects with angular 2? [closed]

0

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.

    
asked by anonymous 05.12.2016 / 14:45

1 answer

0

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.

    
06.12.2016 / 09:18