top of page
Search


Content Projection : How to project content using ng-content tag?
Content projection is a pattern in which you insert, or project, the content you want to use inside another component. For example, you...

The Tech Platform
May 11, 2022


Keycloak in Angular Application
These are the requirements to perform the integration of Keycloak in an application in angular. 1. Install Node.js Node.js is an...

The Tech Platform
Apr 30, 2022


Smart & Dumb Components in Angular
Components may appear to be easy to grasp! Yet there is much more to learn about them. The Components structure divides the page into...

The Tech Platform
Apr 22, 2022


34 UI Libraries For React, Vue And Angular
React: React is a free and open-source front-end JavaScript library for building user interfaces based on UI components. It is maintained...

The Tech Platform
Apr 18, 2022


Generate QR Codes with Angular 10
In this tutorial, we’ll learn how to generate QR codes in Angular by building a simple example application using the latest Angular 10...

The Tech Platform
Apr 13, 2022


Introduction to NGXS, state management pattern + library for Angular
Ngxs is a state management pattern for the Angular framework. It acts as a single source of truth for our application. Ngxs is very...

The Tech Platform
Apr 5, 2022


Sorting Tables in Angular with RxJS
First let’s get the latest Angular CLI: npm install -g @angular/cli Next we want to create a simple project to test this out in using the...

The Tech Platform
Mar 16, 2022


How to Call Event-Stream APIs in Angular
In this post, we will tell you how this API was called in Angular (to refresh inbox when a new mail arrives or a mail is sent to trash in...

The Tech Platform
Feb 23, 2022


How to Create TypeScript Aliases?
Open your tsconfig.json file. Set baseUrl value (under compilerOptions) as “src” instead of “.” Add “paths” under compilerOptions. Start...

The Tech Platform
Feb 7, 2022


Simple Steps to Convert an ASP.NET Core with Angular App to a Desktop App
In this blog, we are going to walk through how to convert an ASP.NET Core with Angular (2 to 9+) web application to a desktop app. We are...

The Tech Platform
Feb 4, 2022
bottom of page
