Sanjay Garg<!DOCTYPE html> In HTML DocumentThe sole purpose of <!DOCTYPE html> is to ensure that When Browser is going to render the HTML document it must use Full Standard Mode and…Jun 24, 2021Jun 24, 2021
Sanjay GargObservables, Operators, and Schedulers in RxjsObservables are lazy push collections of multiple values over time (Synchronously or Asynchronously) and can emit 0 to infinite values…Jun 8, 2021Jun 8, 2021
Sanjay GargImages Optimization for fast loadHere we will see many things we can do with images for better performance and some hacks which can bring us better results:May 10, 2021May 10, 2021
Sanjay GargWhat are @Input and @Output decorators in Angular?We know that we use property binding and event binding on Html Elements like listening to button clicks or input changes, and disabling…Oct 5, 2020Oct 5, 2020
Sanjay GargWhat is ng-template, ng-container, ng-content in Angular?Let’s see what these things are and how we can make use of them while developing an Angular application.Oct 4, 2020Oct 4, 2020
Sanjay GargDirectives Deep Dive In AngularThe directive modifies the DOM to change the appearance, behavior, or layout of DOM elements.Oct 3, 2020Oct 3, 2020
Sanjay GargWhat is Data Binding in Angular?Today we will look at Data binding in Angular and types of binding :Sep 28, 2020Sep 28, 2020
Sanjay GargHow Angular application startsBefore jumping into details of Angular and how it starts the application, let’s talk a bit about what is Angular?Sep 26, 2020Sep 26, 2020
Sanjay GargJavascript Execution Context, Hoisting, Scope, Scope Chain, and Closures Deep Dive.Before diving in the details of how javascript works let’s take a simple example. We know that in any programming language we have…Sep 20, 2020Sep 20, 2020