@Output EventEmitter is a widely used technique to generate event from one component and listen to that event at another…
Continue ReadingAngular
How to use ngx-bootstrap in Angular
`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 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 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 Reading