TypeScript New & Latest Features ✋ What is index signatures in Typescript? TypeScript has a feature called index signatures. These signatures are a way to signal to the type system that users can access arbitrarily-named properties. So in simple words by using index signature, we can defines properties in models that are not pre-known or […]

Read More →

How to implement Reactive Form with Prime NG Reactive forms Reactive forms provide a model-driven approach to handling form inputs whose values change over time. This guide shows you how to create and update a basic form control, progress to using multiple controls in a group, validate form values, and create dynamic forms where you […]

Read More →

Angular HTTP Request Testing HttpClient is introduced in Angular 6 and it will help us fetch external data, post to it, etc. We need to import the http module to make use of the http service. To start using the http service, we need to import the module in app.module.ts as shown below − HttpClientTestingModule  is used […]

Read More →

Top 30 TypeScript Interview Questions 💡 What is Typescript? Typescript is an Open source programming language developed by Microsoft. Typescript is superset of JavaScript and it is a strict type checking language. Because it is a superset of JavaScript, every JavaScript program is a valid typescript program as well. It is designed for large applications […]

Read More →

Angular Directive match Password and Confirm password Read here TOP Angular Interview Questions & Answers https://www.jsmount.com/angular-interview-question-answers-for-experienced-part-1/ As per Wikipedia — Angular (commonly referred to as “Angular 2+” or “Angular v2 and is a TypeScript-based open-source web application framework led by the Angular Team at Google and by a community of individuals and corporations. Angular is […]

Read More →