top of page
Search
The Tech Platform
Apr 5, 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
Mar 16, 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
Feb 23, 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 7, 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 4, 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
Jan 24, 2022
How to Cancel API Requests If You Are Using Observable Pipe in Angular
In an e-mail sign up form, async validation was used to check if typed username was taken or not. “updateOn” value was set as ‘blur’ but...
The Tech Platform
Jan 22, 2022
11 Best Angular UI Component Libraries
User Interface makes the first impression about your application on users mind. A good User Interface encourages the user to use the...
The Tech Platform
Jan 11, 2022
How to Update Data Without Rerendering an Entire Grid in Angular
Rerendering an entire Angular grid to updating a single record is very inefficient, and at times it can cause glitches due to the memory...
The Tech Platform
Jan 4, 2022
Top 5 Frontend Web Frameworks
Frontend frameworks are the pioneer blocks of the software development process. But there are so many options to choose when it comes to...
The Tech Platform
Jan 3, 2022
Adding ESLint to an Angular Micro Frontend architecture
In this post I’ll share the basic rundown of the things we had to do in order to get the linter up and running. 1. Transition from TSLint...
bottom of page