rangle / angular-2-aot-sandbox

Sandbox for testing Angular 2's AoT specifically what expressions break it
297 stars 22 forks source link

Suggestion - make stand alone tool #15

Open gnesher opened 7 years ago

gnesher commented 7 years ago

Hi guys,

Wondering if we can get a version of this app running stand alone so we could run the test against specific components we have?

Cheers

bennett000 commented 7 years ago

@gnesher this is less of an app and more of a "collection of gists". It's worth noting that Angular has improved their AoT system considerably since we started this and Angular 4 might obviate many of these issues.

That was a really long way of saying I'm not sure what the value is at this point. That said are you having any specific issues with AoT @gnesher ?

gnesher commented 7 years ago

@bennett000 we are working on a large codebase that was written in Angular 2 which was not built with AoT in mind. The transition is just painful as catching these errors / debugging them is taking ages and I was hoping to be quickly able to run through the code base using this (or a similar) tool.

I'm guessing there's no compatibility / limitation list for the Angular 4 AoT support? It's late enough in the game that it might be worth just waiting for it's release...