Sometimes you have to dynamically resize the font size based on browser scale. Its called font scale with screen size.…
Continue ReadingAngular
How 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 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 ReadingHow to use Virtual Scrollbar in Angular Mat Select
Dealing with large datasets in angular material multi select is tough especially when you do not have Virtual Scrollbar integrated.…
Continue ReadingAngular Material Multi Select All with Large Dataset
If you’re working with Angular Material and you have to integrate a Multi Select dropdown with a pretty large dataset…
Continue Reading