typebytes / angular-checklist

🔥 Curated list of common mistakes made when developing Angular applications
https://angular-checklist.dev
MIT License
316 stars 66 forks source link

feat(): add note about AOT being default since ng v9 #88

Closed eduardoRoth closed 2 years ago

eduardoRoth commented 2 years ago

Since v9 Angular made AOT the default compiler so, this doesn't apply if your app is running v9+

Instead of removing the file (which was my first approach) I added a note so if someone is using Angular 8 or previous version checks the list.

d3lm commented 2 years ago

Hey! Yes, I saw your first approach and I was about to comment if we wanted to add a note instead. Awesome that you changed it. That's some clairvoyance 😂

d3lm commented 2 years ago

🎉