Alex Routledgealexroutledge.hashnode.dev·Sep 28, 2022Using dependency injection functions instead of constructorsIntroduction Starting in Angular 14, we can use the new inject function in components, directives and pipes. There are several benefits in using this approach as it significantly improves the readability and reusability of our code. For example, inst...5 likes·656 readsAngular
Muhammad Awaismuhammadawaisshaikh.hashnode.dev·Jun 4, 2022Welcoming Standalone Components in Angular v14 🎉💡 Before going into the Standalone ding 🛎 few things to do must 🚨 1. Let's fist fly high with updating our global angular cli ng update @angular/cli @angular/core And... here we go 🚀😊 2. Now, update your project version of angular: ng update �...237 readsAngular