Omkar Lolageangular-beginners-guide.hashnode.dev·Dec 8, 2024Mastering Angular: A Deep Dive into Core Essentials for BeginnersIntroduction The world of front-end web development is continuously evolving, choice of framework or library is crucial. Angular is a powerful framework used by developers worldwide to build dynamic and scalable web applications. In this blog, we'll ...10 likes·59 readsbasics of angular
Abhay Nirmalabhaynirmal.hashnode.dev·Feb 19, 2023Components in AngularOverview Components are the main building block for Angular app. An HTML template. A Typescript class that defines behavior. A CSS selector that defines the style of component. Generating components from Angular CLI is ng generate component <com...1 like·92 readsAngular
Aisha Nayakfibona.hashnode.dev·Jan 31, 2023Angular JS: Sharing data between child and parent componentsIntroduction Angular is one of the widely used JavaScript frameworks, written in typescript. It is a component-based framework which is used for developing SPAs and large enterprise applications. It was developed by Google in 2009, and as a result, t...data sharing between components in angular