Browsing Tag
angular
33 posts
Save some bytes when using multiple themes in angular material components
Let’s say you have a theme file called dark.scss like below. // src/styles/themes/dark.scss @use "sass:map"; @use "@angular/material" as…
Angular State Management: A Comparison of the Different Options Available
Introduction Angular, a robust JavaScript framework for building web applications, requires effective state management to handle complex data…
Angular Cheatsheet
Angular is a powerful front-end framework for building dynamic web applications. Whether you’re a seasoned Angular developer or…
Angular vs React Native : A Comparison
In today’s fast-paced world of web development selecting the best framework can frequently be a difficult undertaking. This…
Create Custom Block in Quill like Video, Link, Banner.
i am creating this post as my experience. sometime we need to create custom block in quill to…
Simplifying ENUMS in Angular TypeScript Projects: Enhance Code Clarity
Introduction ENUMS, short for enumerations, is a powerful feature in TypeScript that allows developers to define a set…
Providing in Angular – how to share data
Introduction In the angular framework, dependency injection, and providers are one of the core features. This feature allows…
How to Fetch Data using the provideHttpClient in Angular
The Angular echo system has been undergoing some changes over the past year. One of those changes was…
Episode 23/24: Angular 16, RFCs for Deferred Loading and built-in Control-Flow
Angular 16.1 added support for using the native fetch method in the HttpClient and introduces a transform function…
Angular Code Structuring and Best Practices
A Guide to Maintainable and Scalable Angular Projects Building robust and scalable applications with Angular requires thoughtful code…