Forums

angular / angular 2

Hi,

I am thinking of using Angular for my flask project. I am newbie to Angular. Do you suggest starting with Angular 2 as its updated ?

Angular 2 does seem like the way to go.

Thanks Conrad. Can you please suggest some good tuts with Flask + AJS 2 ? I searched google, but seems a bit conplicated since AJS also supports routes and stuff. So I am a bit confused on how to implement.

Unfortunately I'm not super familiar with it either. Maybe browse through one of these videos?

The flask part will actually be pretty separate.

You will also want to figure out if you want to use es6 syntax etc, in which case you would have to transpile with browserify/webpack. In that case I would use npm to install webpack + angular + babel (with the es6 plugin).