Practical ways to remove watches in an Angular 1.5 application
There have been a lot of articles written on the performance risks of using too many watches in angular 1. Obviously, an application needs some kind of change detection, or it will be
I am a full stack developer using Angular and Typescript. I get excited about building tools that make it easy to solve problems with elegance and simplicity.
There have been a lot of articles written on the performance risks of using too many watches in angular 1. Obviously, an application needs some kind of change detection, or it will be
Basic transclusion is great for solving simple use cases, but sometimes you need more than a simple container. Advanced transclusion techniques can be very powerful, allowing you to essentially create your own templating
Transclusion fills an important role in angular, and yet it remains one of the most difficult to understand concepts in the framework. Many articles have been written to try to break down the