Yash Tiwaricoursesity.hashnode.net·May 12, 20218 Best Angular IDE in 2021 for Angular DevelopmentAngular 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 market for some development processes provide hand...40 likes·453 readsAngular
Chris Bongersdaily-dev-tips.hashnode.net·Mar 30, 2021Angular dynamically change form validatorsA while ago, we looked at creating our first form in Angular. It already had some basic validators, but sometimes you need to make a field required or not, based on another field. In our example, we want to change the validation of two fields based o...33 likes·238 readsAngular
Chris Bongersdaily-dev-tips.hashnode.net·Feb 17, 2021Hosting Angular Universal on a serverBy now, you've seen how we converted our Angular application to Angular Universal. And we optimized this Angular Universal app for SEO. That means it's time to put our hard word to rest and put the website online. When trying to do this a while ago, ...30 likes·148 readsAngular
VIVEK RAJYAGURUvivekrajyaguru.hashnode.net·Apr 1, 2023Best Practices for Building Your Angular AppsAngular 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 easier and more efficient. One of the key aspects of ...Angular
AKhil kumar Singhakhilstyles.hashnode.net·Feb 26, 2023Pure and Impure Pipe in Angular with an Example.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 input to a pu...10 likes·36 readsAngular
Syed Hussainisyedhussaini96.hashnode.net·Feb 6, 2023Why Angular should be given a chance?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 and written...Angular
Abhay Nirmalabhaynirmal.hashnode.net·Jan 26, 2023Lazy Loading in AngularWhy 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 bandwidth by delivering content to users only if it’s...1 like·34 readsAngular
Archit Prajapatiarchitprajapati.hashnode.net·Jun 1, 2022How to Create a Headless WordPress Site with AngularIntroduction 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 monolithic platform with a closely integrated fronten...35 readsheadless cms
Udhayakumar Govindarajanaskudhay.hashnode.net·Jul 30, 2021How to set up Tailwind CSS in an Angular project?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. This post is for projects that are using Angular ...10 likes·505 readsBeginner Developers
Udhayakumar Govindarajanaskudhay.hashnode.net·Jul 19, 2021Create documentation of Angular project under 30 secondsHello 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 might have heard of Javadoc that comes with detailed ...23 likes·685 readsAngular 2
Gleison de Almeidagleisonsubzerokz.hashnode.net·Jul 20, 2021Entendendo o Decorator @ViewChild— AngularO 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 conhecidos, mas são extremamente úteis para determinadas ...1 like·95 readsAngular
Udhayakumar Govindarajanaskudhay.hashnode.net·Jul 18, 2021Lazy loading feature Modules in AngularHello 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 Cloud in minutes. But all that matters are: How ef...22 likes·222 readsAngular
Udhayakumar Govindarajanaskudhay.hashnode.net·Jul 17, 2021Angular Architecture OverviewHello 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 Angular is a platform and framework for developing ...10 likes·281 readsThe Complete Angular Tutorial for BeginnersAngular 2