© 2023 Hashnode
#angular-4
Angular is a popular front-end framework used for developing single-page applications (SPAs). It has a modular architecture and provides a lot of tools and features to make the development process eas…
Pipes are simple functions to use in template expressions to accept an input value and return a transformed value A pure pipe is a pipe that is stateless and does not depend on any external factors. This means that if we pass the same inp…
With online presence being a must, businesses are looking for technologies to build scalable, high-performance, and user-friendly websites and web apps. And Angular framework is one such technology. Initially, Angular was called AngularJS a…
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…