Syed Ameen Abrarsyedameenabrar.hashnode.dev·2 hours ago3 Things I Wish I Knew Earlier in Angular 🚀After 3 years of working with Angular, I’ve made my fair share of mistakes. Looking back, here are three things I wish I had learned sooner: 🔹 Use RxJS properly – Not everything needs a subscribe(). Leveraging async pipes and flattening operators li...Angular
Ganesh Jaiwalblog.ganeshjaiwal.dev·Jan 14, 2025Mastering Responsive Design with Angular CDK’s BreakpointObserverIn today's fast-paced digital landscape, creating adaptive and user-friendly applications is more crucial than ever. As mobile devices proliferate and screen sizes vary, developers must ensure their applications respond seamlessly to varying dimensio...1 likeAngular
Dharmen Shahblog.shhdharmen.me·Jan 13, 2025Modify Angular Material 19 Theme with SCSS & CSSIn this quick guide, we will learn how to modify theme for Angular Material 19 with SCSS mixins and CSS variables. If you like watching videos, you can watch the video version of this article on YouTube. Creating Project with Angular Material 19 Let...10 likesAngular
Indrajeetcodewords.hashnode.dev·Jan 2, 2025Test Your Angular Expertise: 90+ Practical Tasks + SolutionsAngular scenario based basic interview explained 1. Create a simple Angular component and display "Hello Angular". Solution: // hello.component.ts import { Component } from '@angular/core'; @Component({ selector: 'app-hello', template: `<h1>Hell...Interviews kitAngular
Indrajeetcodewords.hashnode.dev·Dec 29, 2024Prepare for Angular Interviews with Over 110+ Essential Concepts1. What is Angular? Answer: Angular is a platform for building client-side applications using TypeScript, HTML, and CSS. It provides powerful tools like routing, forms, HTTP handling, and dependency injection. Code: @Component({ selector: 'app-root...Interviews kitAngular
Shashank Rustagiangularinterviewqna.hashnode.dev·Dec 9, 2024Angular Interview QnAQuestion No: 1 - What's the use of Angular? Answer: Angular is a TypeScript-based open-source web application framework led by the Angular Team at Google and by a community of individuals and corporations. It's designed for developing single-page app...10 likes·36 readsinterviewquestionsangular
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...28 readsAngular
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...293 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...10 likes·406 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...10 likes·40 readsAngular