Raju Manojangularnotes.hashnode.dev·Nov 11, 2024Angular NotesThis document serves as a concise guide to Angular, a popular web application framework developed by Google. It covers key concepts, features, and best practices that are essential for developers working with Angular. Whether you are a beginner or lo...DiscussAngular
Niladri Dasniladridas.hashnode.dev·Jun 27, 2024How to Create a Blog Using Angular: Step-by-Step GuideAs a Software Engineer and Founder/CEO of a company, I've had the opportunity to work with various front-end frameworks, and I must say that Angular is one of my favourites. In this article, I'll guide you through the process of creating a blog using...Discuss·106 readsAngular Service Worker
Dharmen Shahblog.shhdharmen.me·Jun 16, 2024Typography in Angular Material 18Angular Material 18 Project We will simply use the project from my earlier article Angular Material Theming with CSS Variables. You can clone it from GitHub. The typography-hierarchy mixin typography-hierarchy mixin includes CSS classes for styling y...Discuss·10 likes·271 readsAngular
Dharmen Shahblog.shhdharmen.me·Jun 12, 2024Exploring Angular CDK: Creating Context Menu & Text PopoverThis is cross posted from original location https://angular-material.dev/articles/exploring-cdk-context-menu-text-popover. This article contains live playable demos, I recommend that you read it on it's original location. Angular CDK @angular/cdk, a...Discuss·10 likes·38 readsAngular
Vikas Guptavikasfeedingdotnet.hashnode.dev·Jun 7, 2024Mastering Angular Material Data-Table: Sorting, Filtering, and PaginationIn today's fast-paced world of web development, creating efficient and user-friendly data tables is essential. Thankfully, Angular Material provides a powerful solution with its data-table component, allowing developers to implement sorting, filterin...Discuss·40 readsangular material
TWINKLE LAKHMANItwinkle09.hashnode.dev·May 31, 2024Angular Features: What It Brings to Us?Angular, a powerful and versatile JavaScript framework, has revolutionized the way developers build web applications. With its robust set of features and tools, Angular empowers developers to create dynamic, responsive, and scalable applications that...Discussangular-frameworks
Dharmen Shahblog.shhdharmen.me·May 25, 2024Updating to Angular Material 18In this quick guide, we will update an Angular project with Angular Material 17 to 18. And we will also learn how to keep support for M2 and add support for M3. Existing Project For this guide, I am going to use the project course-md-ng-my-app from ...Discuss·10 likes·52 readsAngular
Dharmen Shahblog.shhdharmen.me·Apr 26, 2024Exploring Material 3 Design With Angular MaterialAngular Material team is soon going to roll out the stable usage of it's Material 3 (M3) integration. This integration is already part of it's next major release. In this article, we are going to use the yet to be released 18 (or next) version of Ang...Discuss·13 likes·52 readsAngular
chintanonwebchintanonweb.hashnode.dev·Apr 15, 2024From Start to Finish: Tracking File Download Times in AngularHow Long Does It Take to Download a File? In Angular, It Is Easy to Track? Here’s What You Should Do… Introduction Downloading files is a common task in web development, and tracking the time it takes to download these files can provide valuable insi...DiscussAngular: Unveiling the Stars of Modern UI DesignAngular
chintanonwebchintanonweb.hashnode.dev·Apr 10, 2024Angular HostListener: Harnessing the Power of DOM EventsFrom Clicks to Custom Events: Exploring @HostListener in Angular Introduction Angular, as a powerful front-end framework, provides developers with a multitude of tools and utilities to create robust and interactive web applications. One such tool is ...DiscussAngular