top of page
Search
The Tech Platform
Feb 2, 2022
How to resolve CORS errors by using Angular Proxy?
Problem Statement When we integrate API’s into our angular application on our local development environment then we face some CORS policy...
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...
The Tech Platform
Dec 24, 2021
How Micro Frontend changes the Future of Angular?
Micro Frontend — is a client-side architecture design when individual components or pages are hosted in separate domains and integrated...
The Tech Platform
Dec 21, 2021
How to build a dynamic PWA in Angular and ASP.NET Core with a multi-tenant project.
Progressive Web Applications (PWAs) have become increasingly popular in recent years due to their ability to provide an app-like...
The Tech Platform
Dec 18, 2021
How to reuse common layouts in Angular using Router
Most of the web apps had a design where different pages are using common layout. For example layout which consists of header, footer and...
The Tech Platform
Dec 17, 2021
New Way to Validate the Angular Reactive Form
When you are working on a more data-oriented advanced reactive form, you’ll notice that you are validating much more than just your...
bottom of page