© 2023 Hashnode
#angular15
Since Angular 14, we can convert our class guards to functional and also combine them with inject making it so easy to write guards Angular applications. When we move from class to functional, the con…
The Angular team has been busy working on the latest release of Angular, and it's safe to say that Angular 15 comes packed with new features and updates. In this blog post, we'll dive into the details…
Since Angular 14/15, there has been an alternative way to inject dependencies in our Angular applications. I will show two cases to use the inject function with Angular 14/15. Inject Dependencies in F…
Angular 15, offers a wealth of features and capabilities. But when it comes to styling, not all developers prefer to stick to traditional CSS. That's why I have created a Stackblitz starter project sp…
Photo by Lukas: https://www.pexels.com/photo/blue-retractable-pen-574070/ Yes, angular 15 is in the stable phase. Now we can use features, we were waiting for so long. Over the past year, we removed A…
This blog focuses on setting the configurations on your Angular v15 application. Step 1: ( Removing Karma and Jasmine ) — Not mandatoryOpen package.json and scroll down to devDependencies.Note down th…
Today I was talking with my friend Leifer, and he asked me some about Functional Guards in Angular (14/15) with some questions. How do functional Router Guards work? Can The Class guards continue wo…
Since version 15, Angular introduced Standalone Components as an easy way to build module-less applications. One of the benefits of Standalone Components is that they make Angular easier for new devel…