🔥 What’s New in Angular v14Netanel Basal·FollowPublished inNetanel Basal·2 min read·Jun 2, 2022--1ListenShareThe Angular team finally released Angular 14:Release v14.0.0 · angular/angular14.0.0 (2022-06-02) Breaking Changes animations The AnimationDriver.getParentElement method has become required, so any…github.comThis will be an exhilarating release with lots of new features. Here are some of the most important ones:🚀 Unleash the Power of DI Functions in AngularWe can use Angular’s inject() function to obtain a reference for a token from the currently active injector. We can use…netbasal.comGetting to know the ENVIRONMENT_INITIALIZER Injection Token in AngularThe environment injector is a generalized version of NgModuleRef, which is also known as the “module injector”. It’s…netbasal.comTyped Reactive Forms in Angular — No Longer a Type Dream đź’One of Angular 14’s most sought-after features is about to arrive — Typed Reactive Forms. You can begin experimenting…netbasal.comHandling Page Titles in AngularStarting from version 14, Angular adds the option of setting the page title through the router. We can set the title…netbasal.comAngular Standalone Components: Welcome to a World Without NgModuleThe powers that be have spoken, and based on the community’s feedback, the often maligned NgModule is on its way out…netbasal.comPass an Injector to Embedded ViewsAngular v14 comes with a new feature, which allows an injector to be passed when using embedded views. In the past, it…netbasal.comFollow me on Medium or Twitter to read more about Angular and JS!