top of page
Search

How to Learn new Programming Language faster
There are some steps you want to take to accelerate the learning process and increase your fluency in the programming language you are...
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 24, 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...
The Tech Platform
May 18, 2022

Content Projection : How to project content using ng-content tag?
Content projection is a pattern in which you insert, or project, the content you want to use inside another component. For example, you...
The Tech Platform
May 11, 2022

Keycloak in Angular Application
These are the requirements to perform the integration of Keycloak in an application in angular. 1. Install Node.js Node.js is an...
The Tech Platform
Apr 30, 2022

Creating Useful Documentation for Your Angular Component Library Using Storybook
Component libraries in UI development are essential for any large-scale enterprise application to ensure consistency in both presentation...
The Tech Platform
Apr 28, 2022

Smart & Dumb Components in Angular
Components may appear to be easy to grasp! Yet there is much more to learn about them. The Components structure divides the page into...
The Tech Platform
Apr 22, 2022

Angular State Management with NgRx
This guide aims on understanding why you may need local or global state management as well as get you started with NgRx which is a...
The Tech Platform
Apr 20, 2022

34 UI Libraries For React, Vue And Angular
React: React is a free and open-source front-end JavaScript library for building user interfaces based on UI components. It is maintained...
The Tech Platform
Apr 18, 2022

Generate QR Codes with Angular 10
In this tutorial, we’ll learn how to generate QR codes in Angular by building a simple example application using the latest Angular 10...
The Tech Platform
Apr 13, 2022
bottom of page