A set of principles to keep in mind when working on an Angular app, to save you some headaches in the long run. Simple to use and effective. I would argue that most of these principles would apply to any TypeScript project.
Tag: angular
Angular 16 introduced a new route guard - CanMatch. Get to know its power by using it to implement feature flags! Plus, check the article for some nice examples of custom structural directives.