About the authorauthor

Michael Hladky

Michael Hladky is a Google Developer Expert, Microsoft MVP, trainer, and consultant focusing on Angular and RxJS and ionic.

Angularpost
13 October 20207 min read
New possibilities with Angular’s push pipe - Part 2

The main idea behind the Angular push pipe is a new way of handling change detection locally instead of the global handling used in async pipe by Angular natively. It is implemented in a way we can get zone-less performance in zone-full applications.

Angularpost
20 August 20208 min read
New possibilities with Angular's push pipe - Part 1

The main idea behind the Angular push pipe is a new way of handling change detection locally instead of the global handling used in async pipe by Angular natively. It is implemented in a way we can get zone-less performance in zone-full applications.