Alok Raturiraturialok.hashnode.dev·Oct 5, 2024How the Host property Works in Angular @ComponentIn Angular, the host property is used to bind properties, attributes, and events to the component’s host element, which is the DOM element matching the component’s selector. In Angular, the component’s selector is visible in the DOM tree. As shown in...DiscussAngular
Thiyagu Arunachalamthiyagu.hashnode.dev·Apr 20, 2024Deploy Your Angular App in Shared Hosting Using CpanelAdding the same old WordPress in shared hosting is too boring, let us try deploying your dynamic angular application. We can deploy our web apps in a shared hosting for a starter. We can move to large VPS hosting once we get the hang of the app and h...Discuss·10 likesAngular
Harsha mauryaharsha563.hashnode.dev·Aug 31, 2023Debugging Like a Pro: Unraveling Angular ConundrumsAngular, with its powerful features, can sometimes present challenging puzzles during development. But fear not! With the right debugging techniques, you can conquer these conundrums and become an Angular debugging pro. In this article, we'll explore...Discuss·1 likeAngular
Infydots Technologiesinfydotstechnologies.hashnode.dev·Aug 2, 2023Hire Angular Js DeveloperAngularJS has acquired appeal in the internet development sector because of its capacity to generate dynamic, feature-rich, and long-lasting programs. It is a JavaScript front-end development framework that is open-source and controlled by Google. Yo...DiscussAngular
VIVEK RAJYAGURUvivekrajyaguru.hashnode.dev·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 ...Discuss·31 readsAngular
AKhil kumar Singhakhilstyles.hashnode.dev·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...Discuss·10 likes·62 readsAngular
Abhay Nirmalabhaynirmal.hashnode.dev·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...Discuss·1 like·44 readsAngular
Archit Prajapatiarchitprajapati.hashnode.dev·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...Discuss·126 readsheadless cms
Udhayakumar Govindarajanblog.askudhay.com·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 ...Discuss·10 likes·623 readsBeginner Developers
Udhayakumar Govindarajanblog.askudhay.com·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 ...Discuss·23 likes·1.4K readsAngular 2