Revisiting Angular and Material Theming | Implementing Light-Dark Mode

Learn how to create a light-dark mode switch in Angular with Material Theming. This guide walks you through designing a custom theme, generating theme files, and seamlessly integrating them into your project.

Angular 19 | Diagnostic for unused standalone imports

Angular v19 introduces a new diagnostic tool that reports cases where a declaration is present in the imports array but isn't being used anywhere in the application.

Angular 16 - What you need to know

Yesterday Angular team released version 16 of their framework and they've termed it as the biggest release since its inception. Is it? Let's see.

What's new in Angular? -  Standalone components

Last week Angular team released v15 of the framework which is a major release with a lot of new features. Among that, standalone components are out of developer preview and is stable now. It is also accompanied by a set of new standalone APIs to enhance the development.

Messaging between Service Worker and Angular component

Most of the time service worker logic and application logic work in isolation, but there will be cases where we need to do pass messages between them. In this post we’ll see how we can do this in an angular application.

File Upload - With Angular and Dotnet Core Web API

Minimal implementation of file upload using Angular and dotnet core web API.

Embedding Power BI in Angular — Part 2

Power BI can be embedded for the users of your organization who have access to it. This requires the users to sign-in to their Power BI account to view their content, which are the reports they own or the ones that have been shared with them. This is the second part of the two-part article series.

Embedding Power BI in Angular — Part 1

Power BI is a powerful tool which helps us to create quick and interactive insights from wide range of data sources. Here we’ll be discussing about Power BI service which is a SaaS, and how to embed Power BI Dashboards, Reports and Tiles in web applications.