© 2023 Hashnode
#angular-4
Why should we use this feature? Lazy Loading helps keep initial bundle sizes smaller, which in turn helps decrease load time and see our site blinks faster on user screen. Lazy Loading conserves ban…
Introduction According to W3Techs, WordPress is the most widely used content management system in the world, powering 43 percent of all websites on the internet. WordPress, on the other hand, is a mon…
Hello awesome people👋, welcome back! In this post, I am going to walk you through how to set up Tailwind CSS in an Angular project. It is going to be the easiest setup you have ever done. Come on in.…
Hello awesome people👋, welcome back! Introduction Having documentation for an application is always a good idea as it gives a quick idea of what it is made of and how things are architected. You mig…
O decorator @ViewChild é um dos principais decorators de propriedade que você provavelmente encontrará ao aprender Angular. Este decorador tem muitos recursos, alguns deles podem não ser muito conheci…
Hello awesome people👋, welcome back! Introduction Angular app development is much easier with the CLI and other tools that come out of the box with Angular. We can create an app and spin that in Clou…
Hello awesome people👋, welcome back! This post is part of the Angular Tutorial - Series, and I am going to discuss Angular architecture to understand the building blocks of Angular apps. As we know A…
Hello awesome people👋, welcome back. In this post, I am going to deep dive into Entry components in Angular. What is the entry component? 🤔 As you may know, the entry component is a component that i…
Angular is a framework for javascript development that Google developed in 2009. When developing software, code, and testing, developers employ various tools and frameworks. Those tools chosen in the …
Yesterday, we looked at dynamic form fields, and it made me think about custom classes in Angular. You might want to add class1 based on a condition or class2 if the condition is not met. How can we a…