top of page
Search
The Tech Platform
Jan 5
Choosing the Right JavaScript Framework: A React vs Vue vs Angular Comparison
Ever wondered why JavaScript frameworks are a crucial element in web development? JavaScript frameworks are essential tools in web...
The Tech Platform
Jun 16, 2023
Building Angular Apps with MySQL: A Step-by-Step Guide
Web applications enable us to interact with dynamic content, perform complex tasks, and provide seamless user experiences. Angular, a...
The Tech Platform
May 29, 2023
Building Dynamic PWAs in Angular and ASP.NET Core with a Multi-Tenant Project
Progressive Web Apps (PWAs) have revolutionized web development by providing a seamless user experience with offline capabilities and...
The Tech Platform
Mar 9, 2023
How to integrate with Angular using ASP.NET Web API?
Integrating ASP.NET Web API with Angular involves building a web service using ASP.NET Web API that can be consumed by an Angular...
The Tech Platform
Jul 18, 2022
State Management in Angular with NgRx
Angular State Management is a user interface programming technique, that is in fact, state management in Angular. It may also be referred...
The Tech Platform
Jun 16, 2022
Detecting Idle Users in Your Angular App
Occasionally the applications we work on need to react in a particular way if the user is inactive for a certain amount of time. For...
The Tech Platform
Jun 8, 2022
The QueryList
The QueryList is the return type of ViewChildren and contentChildren . QueryList stores the items returned by the viewChildren or...
The Tech Platform
Jun 1, 2022
When to Use Angular ControlValueAccessor and What’s the Difference Without It?
ControlValueAccessor provides the ability to use FormControl with any component that implements this interface. This gives a lot of...
The Tech Platform
May 24, 2022
How to start a project on Angular?
Create the project This one is straightforward. We need to create our app (where else would we be working, huh) ng new app . Install...
The Tech Platform
May 18, 2022
Advanced Angular Structural Directive to Render Long Lists
This article shows you how to create an advanced structural directive similar to Angular’s own ngFor and use that to render a long list...
bottom of page