top of page
Search
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 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...
The Tech Platform
Nov 30, 2021
Angular dynamic large-scale forms
Angular library to generate forms dynamically by having the ability to customize, manipulate and scale it easy. Formify model generate...
The Tech Platform
Oct 29, 2021
DatoCMS for Angular Applications
Dato CMS is one of the most popular headless CMS out there, and briefly, why are all those CMS so trending now? First of all, what the...
The Tech Platform
Sep 28, 2021
Building responsive UI with Angular Material — BreakpointObserver
Building responsive web application is one of the unsaid requirement nowadays. There are different ways one can build responsive UI,...
The Tech Platform
Sep 21, 2021
Managing Complex Forms in Angular
We’ve all had to manage complex forms in our Angular apps, and it can get messy really quickly. Making sure to use all that Angular has...
The Tech Platform
Sep 14, 2021
How to Configure Angular Modules Loaded by the Router
ABP Framework Angular UI has some built-in modules, each of which is a separate npm package. Every package has an exported module that...
The Tech Platform
Sep 3, 2021
Why should we use Angular?
In this articles we will learn Angular, Its advantages and Disadvantages and difference between Angular and other Frameworks. Angular is...
The Tech Platform
Aug 9, 2021
Angular Preloading Strategies
Angular modules are chunks of code that can be imported into various parts of your application. A module can contain grouped pieces of...
bottom of page