Ecyla Nyambudrtech.hashnode.dev·Oct 18, 2024One Year of Angular: From Modules to Standalone MagicHey Angular enthusiasts Today marks one year since I embarked on my Angular journey, and reflecting on how much I've grown fills me with a sense of accomplishment. When I first started, one of the earliest lessons was breaking down projects into smal...Discussstandalone-components
Sandeep Choudharysandeepc.hashnode.dev·Jul 26, 2024Quick Introduction to Spring Boot ApplicationsSpring Boot is a powerful framework that simplifies the setup and development of Spring applications. It provides an opinionated view of the Spring ecosystem and third-party libraries, enabling developers to create stand-alone, production-grade appli...DiscussDevelopmentSpringboot
Joao Bento Candido Bezerrajbcbezerra.hashnode.dev·Apr 16, 2024Setting Up Keycloak Authentication in Angular 17 using Standalone ProjectsIf you've recently migrated to using standalone projects in Angular, you may have encountered some hurdles when setting up Keycloak authentication. The process might not be as straightforward as before, and attempting to copy-paste configurations fro...Discuss·122 readsSecure Angular Apps: OIDC Integrations Guidekeycloak-angular
Mihai Olteanblog.mihaioltean.com·Nov 20, 2023How to use NgRx and Standalone componentsSince the release of Angular 14, we were introduced to a new way of structuring our Angular applications with Standalone components. It's something that I embraced quickly because I was already using the SCAM pattern and Standalone components removed...Discuss·1 like·6.2K readsAngular
Bartosz Szłapakblog.procode.pl·Oct 12, 2023Angular standalone components, directives, pipesThe standalone components are getting more and more attention in the Angular world. Even the creators encourage people to use them by default. In this article, I'll show how to use standalone components, directives and pipes. Setup If unsure how to s...Discuss·297 readsAngular
Om Dhanwantcode-craft.hashnode.dev·Jul 4, 2023Angular Standalone ComponentsThis article discusses the latest feature in Angular called standalone components. Traditionally, developers had to create or update an existing NgModule to use a newly created component. NgModules were used to specify the available components, direc...Discuss·10 likes·185 readsAngular Made EasyJavaScript
Zied ZAYANIzzayani.hashnode.dev·Feb 27, 2023Angular application based on standalone components with lazy loading and shared elementsBefore Angular 14, components must be declared within a module. The module acts as a container for the component and provides a context for it. The module also defines the dependencies that the component requires to work properly. For example, to use...Discuss·48 readsWeb Development
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 �...Discuss·235 readsAngular