Uncategorized

Accelerate App Delivery with AppBuilder from Infragistics: An Ng-Conf Webinar Summary

What is App Builder? If you didn’t get a chance to watch the Webinar from Jason Beres and George Abraham right before Ng-Conf 2023, you can check it out here. At an extremely high level, “App Builder is a WYSIWYG drag & drop tool that eliminates the complexity of user interface design and development so that …

Accelerate App Delivery with AppBuilder from Infragistics: An Ng-Conf Webinar Summary Read More »

Angular Signals

I’ve started to look into Signals as this seems to be the hot topic of the day and I wanted to write a post about what I discovered and… Continue reading on ngconf »

Future of Change Detection in Angular with Signals

Default Strategy If you’re using Angular, you’ve probably heard about Zone.js. It’s an amazing library which does a lot of magic but feels somewhat unnecessary. The library’s only purpose is to monkey-patch events to detect all changes made inside your application and magically rerender the view. The idea behind Zone.js is that you don’t have to …

Future of Change Detection in Angular with Signals Read More »