Optional Properties in TypeScript What is Optional Properties in TypeScript? Anil Singh 3:05 AM Add Comment Edit We can specify optional properties on interfaces and the property may be present or missing in the object. In the below example, the ... Read More
Interface in TypeScript? What is an Interface in TypeScript? Anil Singh 2:36 AM Add Comment Edit An interface in TypeScript is similar to other object oriented programming languages interfaces. An interface is a way to define a cont... Read More
Angular 2 declare global variable Typescript What is Variable in TypeScript? How to Declare Variable in TypeScript? Anil Singh 1:52 AM Add Comment Edit The variable is simply a name of storage location and all variables must be identified with unique names and these unique names are calle... Read More
Angular 2 async pipe with ngFor loop What are Types in TypeScript? Anil Singh 10:02 PM Add Comment Edit What are TypeScript Types? The Type represents the different types of values which are using in the programming languages and it checks ... Read More
Angular 2 async pipe with ngFor loop Why should I use Typescript ? Anil Singh 3:22 AM Add Comment Edit What is TypeScript? TypeScript is a strongly typed, object oriented and compiled language and this language developed and maintained b... Read More
Angular 1 and Angular 2 Integration What is TypeScript in Angular 2? Anil Singh 12:06 AM Add Comment Edit What is TypeScript? TypeScript is a strongly typed, object oriented and compiled language and this language developed and maintained... Read More
Angular 2 Setup and Install Typescript NPM and Angular 2 Anil Singh 10:37 PM Add Comment Edit Two main ways to Installing the TypeScript, 1. Installing using npm 2. Installing TypeScript’s Visual Studio plugins ... Read More
Automatic Assignment of Constructor Parameters in TypeScript Automatic Assignment of Constructor Parameters in TypeScript Anil Singh 3:22 AM Add Comment Edit What is Parameter Property TypeScript? The TypeScript has so many useful features which not have in other programming languages. The T... Read More