NG POLAND 7TH EDITION - Contextual Template States with Angular by Julian Jandl

Опубликовано: 19 Август 2026
на канале: NG Poland Conf
303
8

Contextual Template States with Angular by Julian Jandl
Besides emitting values, reactive data sources like Promises and Observables provide contextual information about their state: suspense, next, error, complete. We can use them to provide valuable visual feedback to our users whenever interacting with asynchronous data. In this talk I will explain techniques on how to access the reactive context and how to efficiently make use of it in the template.

Content/Highlights:
reactive data sources: promise vs. observable
reactive context (next, error, complete)
the suspense state
turn context into templates
live demo contextual template states
Template Triggers

Takeaways:
This talk should give you a deep understanding of the different contextual states reactive data sources provide and how to access them. Furthermore, you will get an overview about different techniques to manage the reactive context in your template. The presented methods can be implemented right now with the toolkits of @rx-angular/cdk & @rx-angular/template and will enable you to simplify the template and component logic in your application.


Julian Jandl - Lead Performance Engineer, Trainer & Consultant, push-based.io | Austria
Julian is Lead Performance Engineer, Trainer & Consultant at PushBased.io. As a webperf enthusiast, he loves experimenting with cutting edge technologies to improve the speed of the web at scale. Julian is conducting performance audits for existing applications, fixing performance bottlenecks and teaching about webperf & angular in workshops.

As an RxAngular core maintainer he is contributing his knowledge to the community.