Prerequisite of Angular 9 By Sagar Jaybhay
In this blog series we will learn Angular 9 and this my first blog on Angular 9. So we start with what are Prerequisite of Angular 9 By Sagar Jaybhay. Node It is a...
Sr. Software Developer
In this blog series we will learn Angular 9 and this my first blog on Angular 9. So we start with what are Prerequisite of Angular 9 By Sagar Jaybhay. Node It is a...
TypeScript For Angular By Sagar Jaybhay It is a super-set of JavaScript and it is a language. It provides the feature which is not present in the JavaScript. Any valid JavaScript code is valid...
A type assertion is like a type cast in other languages, but performs no special checking or restructuring of data. It has no runtime impact, and is used purely by the compiler. if you don’t assign value at...
by Sagar Jaybhay · Published April 20, 2019 · Last modified December 29, 2019
If you declared variable with let and only declaration is given without giving value then you can assign this different value but if you define with assign value then you can not assign different...