It is a best practise to write neat and clean codes. Every companies expect developers to write neat and standard…
Continue Readingangular
5 Most Used VS Code Extensions For Angular Developers (2022)
Angular is a TypeScript based Open Source Web Application Framework widely used by developers around the globe. In this article…
Continue ReadingNo index signature with a parameter of type ‘string’ was found
No index signature with parameter of type ” was not found is an error in typescript. The error basically comes…
Continue ReadingHow to use @Output EventEmitter in Angular
@Output EventEmitter is a widely used technique to generate event from one component and listen to that event at another…
Continue ReadingHow 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 Reading