Loading
Angular

Angular v15 Directive Composition API

One of the advantages of using the Angular ecosystem is that it never forgets about you. If Angular can’t solve your request right away because the current technology doesn’t allow it, they often return to it. An example of this is issue #8785, which was open for 6 years but was finally solved in 2022.

Eduard Krivanek

Eduard Krivanek

Angular

Getting Started with RxJS: All You Need to Know About Observables

RxJS is a library that combines the Observer pattern—where Observables or Subjects notify Observers of state changes—with functional programming to handle data changes over time.

Fábio Englert Moutinho

Fábio Englert Moutinho

Angular

Developer Preview of Standalone Support in Angular Elements

Have you seen it already? Angular version 14.2 is here with new features and improvements! One of the merged PRs includes creating custom elements without NgModule. In this post, we will take a look at how to create Angular Elements in Angular v14.2.

Eduard Krivanek

Eduard Krivanek