Dany Paredesdanywalls.com·Apr 16, 2023Testing Functional Guards in Angular 15: A Step-by-Step GuideSince 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 constructor disappears, and the dependencies come fro...8 likes·6.6K readsAngularAngular
Jocelyn Knightbknight.hashnode.dev·Apr 2, 2023Angular 15 New FeaturesThe 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 of the latest Angular release and explore its new...angular15
Dany Paredesdanywalls.com·Mar 27, 2023Using the Inject Function in Angular 15Since Angular 14/15, there has been an alternative way to inject dependencies into our Angular applications. I will show two cases of using the inject function with Angular 14/15. Inject Dependencies in Functions Using inject, we can create functions...15 likes·16.8K readsAngularAngular
{{ MonaCodeLisa }}blog.monacodelisa.com·Jan 31, 2023Angular 15 with SCSS - StackBlitz Starter projectAngular 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 specifically designed for Angular 15 with styling se...413 readsAngularAngular
Ayush DixitforPhenom Engineeringphenom.hashnode.dev·Dec 11, 2022Angular 15 is out now!!!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 Angular’s legacy compiler and rendering pipeline, e...Angular
Shajithhashnode.shajith.co.in·Dec 2, 2022Jest with Angular 15This 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 the names of the packages which involve Karma and Ja...2 likes·6.8K readsJest
Dany Paredesdanywalls.com·Nov 30, 2022How To Use Functional Router Guards in AngularToday 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 working in Standalone Components? How hard is conve...3 likes·10.5K readsAngularangular15
Dany Paredesdanywalls.com·Nov 2, 2022Head Start With Standalone Components in Angular 15Since 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 developers to learn and use, as they do not require an ...10 likes·20.8K readsAngularAngular