mgechev/ngast

Support for older angular compiler versions

elgrandt opened this issue · 3 comments

I'm trying to analyse an angular 7 project and I'm getting some errors because this library is trying to compile it with the angular 11 compiler, is there a way to overcome this problem?
Thank you

@elgrandt I think you can use older version - ngast@0.2.5


https://www.npmjs.com/package/ngast?activeTab=dependencies

@irustm that's true, I tried it, but that version has a lot less functionality than the current one, so I would have to rebuild my code.

Realistically, I'd not have the bandwidth to implement this feature. If anyone wants to contribute will be happy to help with a review. Closing until anyone claims the issue :)