top of page
Search

The Tech Platform
Jul 8, 2021
Strategy Pattern Implementation with Typescript and Angular
Design patterns are proven, practical, and reusable solutions fit for tackling specific problems in software development. They not only...


The Tech Platform
Jun 30, 2021
Real-time Streaming with SignalR and Angular
SignalR is a tool that helps web servers and clients communicate in real time. It does this by using a variety of different transports,...

The Tech Platform
Jun 21, 2021
Introducing Angular DevTools
We’re thrilled to announce Angular DevTools — a Chrome DevTools extension that you can use to inspect the structure of your applications...

The Tech Platform
Jun 7, 2021
Angular architecture
Here are my criteria: A clear and clean structure that allows a new teammate to get involved in our projects more quickly Excellent...

The Tech Platform
May 4, 2021
Angular 11 Spinner/Loader With Out Any Third Party Library/Package
In this article, we will learn how we can show the Loader in Angular 11 without using any third-party spinner. We are using CSS to build...

The Tech Platform
Mar 10, 2021
How To Set Background Color Of A Selected Row Based On Checking/Unchecking Checkbox In Angular 10
Introduction In this article, we will learn how to set the background color of a selected row based on checking or unchecking a checkbox...


The Tech Platform
Mar 9, 2021
Angular vs React — which one to choose for your Web app?
JavaScript developers will agree that the right framework saves weeks of production time. The plan — write less code and ship a...

The Tech Platform
Mar 4, 2021
Generate QR Code In Angular 7
Here, we will learn how to generate a QR code dynamically using Angular 7 and download it. It's now a basic requirement of many...

The Tech Platform
Mar 4, 2021
Learn Some Angular Code And Tricks
In this article, we are going to learn some Angular code and tricks. When projecting content in Angular you can use a CSS styles selector...

The Tech Platform
Feb 16, 2021
Angular 11 New Features
Introduction With the new version of Angular 11, they are releasing many new features and a few old issue fixes. Exiting fixes are...
bottom of page