`ngx-bootstrap` is a flexible library built on top of Angular to be used in Angular. It uses Bootstrap library to…
Continue ReadingDynamic font resizing on browser scale in Angular
Sometimes you have to dynamically resize the font size based on browser scale. Its called font scale with screen size.…
Continue ReadingGet / Set data using Map in JavaScript
If you’re working with JavaScript and you have to store array of strings or array of objects or any data…
Continue ReadingHow to integrate Internationalization (i18) in Angular
Internationalization is the process of designing and preparing your app to be usable in different languages. i18n pipes will help you…
Continue ReadingJavaScript split string into array
There are multiple ways to split string into array using JavaScript. We will cover a few ways to split it…
Continue ReadingHow to create custom pipe in Angular 9
Pipe is a tool to transform data as per our need. It takes in data as input and transforms it…
Continue Reading