Creating Angular Component Styling Hooks with CSS Custom Properties
Learn how to create styling hooks for your Angular components using CSS custom properties (CSS variables) to make them easily customizable.
11 posts tagged with "angular"
Learn how to create styling hooks for your Angular components using CSS custom properties (CSS variables) to make them easily customizable.
A guide to understanding the Angular ::ng-deep CSS selector and how to use it responsibly.
A quick tip on how to conditionally add attributes in Angular.
A step-by-step guide to building a reusable pagination component in Angular.
A quick tip on how to check which versions of Node.js are supported by the Angular CLI by looking at the package.json file on GitHub.
A guide on how to subscribe to both route parameters and resolved data in an Angular component using RxJS.
A guide on how to mock ActivatedRoute params and snapshot data in Angular unit tests.
How to handle and pass errors through Angular route resolvers to components.
Learn how to create and use a route resolver in Angular to pre-fetch data before navigating to a route.
A guide on how to add dynamic validators to Angular form controls.
Here are some of the reasons I keep choosing Angular for my projects.