Deepa Chaurasia

Deepa Chaurasia @deepachaurasia1

About: Javascript and Angular Developer I post about Angular You can go to my github page for Javascript notes (Interview Preparation)

Location:
Faridabad,HARYANA
Joined:
Oct 8, 2021

Deepa Chaurasia
articles - 26 total

Angular Interview Coding Question

How to share data between sibling components in Angular? Let's say you have a component...

Learn More 11 0Nov 24 '23

How child component communicate with parent in React???

In that case we used reference to method as props to child component Let's create a Parent...

Learn More 1 0Nov 22 '23

What is Change Detection in Angular?

Change detection is *detecting changes in any component * of your app and re-render view, so it...

Learn More 0 1May 27 '23

Request and Response Interceptors in JS

Interceptors work as a wall between client and server. Whenever a request is sent from client to...

Learn More 0 1May 27 '23

Directive Composition API

The directive composition API lets you apply directives to a component's host element from within the...

Learn More 0 0May 15 '23

Hoisting in JavaScript

Hoisting simple gives higher specificity to javascript declarations. Thus, it makes the computer read...

Learn More 1 0Mar 16 '23

My Devfest Experince as Speaker 

Hello everyone , I generally post about angular and tech related stuff only . However what i want to...

Learn More 2 0Dec 11 '22

Why Typescript not JS?

As a Frontend Developer,this question comes often in our mind whether one should go for typescript or...

Learn More 2 0Dec 1 '22

How to show or hide component on basis of url in Angular.

As a Frontend developer,You come across a situation where you have to show a component only if you...

Learn More 3 0Nov 30 '22

Closures in Javascript

A closure is a function combined with references to variables define outside of it. They enclose the...

Learn More 3 0Nov 24 '22

Possible ways to send data through Routing in angular

While developing the large-scale applications,You may often came up with the scenarios where you want...

Learn More 17 1Nov 18 '22

LIFE CYCLE OF ANGULAR COMPONENTS

Let's discuss one by one Constructor() It is called on component/directive...

Learn More 3 0Aug 31 '22

Hoisting in Javascript

Hoisting gives higher specificity to javascript declarations.Thus,it makes the computer read and...

Learn More 5 0Jul 6 '22

Javascript Map

The array.Map() allows you to iterate over array using loop. This method allows you to iterate and...

Learn More 1 0Jun 29 '22

Destructuring in Javascript

Destructutring is act of unpacking elements in an array or object.It not only allows us to unpack but...

Learn More 18 0Jun 23 '22

What is data Binding in Angular 12

Data Binding is communication between typescript code of your component and the template (html) the...

Learn More 9 0Jun 18 '22

Slice Vs Splice in Javascript

A lot of us often get confused between these methods .We end up googling every time we use them .I...

Learn More 10 5Jun 14 '22

Services in Angular12

Angular services are singleton object that gets instantiated only once in a lifetime of an...

Learn More 7 0May 9 '22

How to make Custom Observable, methods to use and operators in rxjs?

To make custom observable ,you have to follow these steps: Import observable from rxjs _ In your...

Learn More 7 0May 4 '22

What are Observables in Angular11?

**Observables **are construct to which you subscribe to be informed about changes in data. They are...

Learn More 1 0Apr 26 '22

PIPES IN ANGULAR 11

WHAT ARE PIPES??? Pipes are a feature built in Angular 2 which allows you to transform output in your...

Learn More 12 1Apr 12 '22

LAZY LOADING IN ANGULAR

What is Lazy Loading?? Consider our application has 3 routes, Every routes has a module associated...

Learn More 5 0Mar 21 '22

How to create feature modules in Angular 11

Feature modules are nothing but you dividing your appModule into different modules to make code more...

Learn More 4 0Mar 17 '22

What are Modules in Angular?

Angular doesn't scan automatically all your components and services . You have to tell Angular what...

Learn More 9 0Mar 16 '22

JAVASCRIPT_NOTES

Some Awesome notes containing almost all important topics in a well handwritten way. For Interview...

Learn More 6 0Mar 12 '22

Template Driven Approach In Angular Forms

How to start with TDA in Angular?? First Step:Make sure you import FormsModule in your...

Learn More 1 0Mar 11 '22