Open in app

Sign in

Write

Sign in

Bittu Kumar
Bittu Kumar

57 Followers

Home

About

Nov 20

👋 Let’s learn signal in Angular

Signal =Value + Change notification A signal is just a special type of variable that holds a value. But unlike other variables, a signal also provides notification when the variable value changes. A signal always has a initial value. Benefits of signal: It helps to reduce change detection cycle numbers…

Signal

2 min read

👋 Let’s learn signal in Angular
👋 Let’s learn signal in Angular
Signal

2 min read


Oct 5

Router Guards In Angular (canActivate, canActivateChild, canDeactivate, canLoad, resolve)

Route guard is a feature that allows you to control and protect the navigation to certain routes in your application based on condition provided. Some common application of the route guard is: Allow access to certain parts of the application to specific users Form Confirmation: to confirm the navigation Fetching…

Route Guards

4 min read

Router Guards In Angular (canActivate, canActivateChild, canDeactivate, canLoad, resolve)
Router Guards In Angular (canActivate, canActivateChild, canDeactivate, canLoad, resolve)
Route Guards

4 min read


Published in

Stackademic

·Sep 26

Let’s Learn Hoisting in JavaScript

We are going to cover Hoisting in JavaScript. Hoisting variable hoisting and function hoisting. Variables and function declarations are moved to the top of their scope before code execution. Variables can be declared after they are used. Remember : only declaration is hoisted not initialization. Example 1: var a=10 var b=20 var…

Hoisting

4 min read

Let’s Learn Hoisting in JavaScript
Let’s Learn Hoisting in JavaScript
Hoisting

4 min read


Published in

Stackademic

·Sep 17

RxJS Operators in Angular

RxJS operators are special types of function that act on observables, taking one or more observable as input and returning a new observable with modified behavior by doing various kind of operation. We do operation before subscribing and these operations are applied to the data before it is subscribed to. …

Rxjs Operators

6 min read

RxJS Operators in Angular
RxJS Operators in Angular
Rxjs Operators

6 min read


Sep 11

Callback, Promise and Async-await in JavaScript

Callbacks are often used when you have tasks that take time to complete or are asynchronous in nature. Two important aspects of using callback in JavaScript. Asynchronous operation: Any function/task which takes some time to execute, callback ensures that it doesn’t block the main thread and it keeps our page responsive…

Promises In Javascript

5 min read

Callback, Promise and Async-await in JavaScript
Callback, Promise and Async-await in JavaScript
Promises In Javascript

5 min read


Published in

Stackademic

·Sep 8

Explore Custom Directives in Angular

This is one of the complex and popular topic in angular for beginners to understand. But if you understand it properly, You will start loving it and You will find it useful and easy also. This always comes in your mind where you want to develop any feature out of…

Directives

3 min read

Explore Custom Directives in Angular
Explore Custom Directives in Angular
Directives

3 min read


Sep 6

Callback, Promise and Async-await example in Javascript.

We have seen many different explanation of callback in javascript, but This time we will learn more with example and less with definition. I have collected many different example for learning and together with that you can practice the same to gain confidence. We will cover list of concepts mentioned…

Promises In Javascript

5 min read

Callback, Promise and Async-await example in Javascript.
Callback, Promise and Async-await example in Javascript.
Promises In Javascript

5 min read


Mar 24

Understand subject in Angular

Understand subject in Angular subject is a special type of Observable that allows values to be multicasted to many Observers. subject can act as both observable and observer. Three simple steps to understand with simple example in Angular, 1. Create subject in service file. 2. Use subscribe method in ngOnInit or Constructor →to the subject created in the component where you want data. 3. Use next method to the same subject to emit data.

Subject In Angular

1 min read

Understand subject in Angular
Understand subject in Angular
Subject In Angular

1 min read


Jul 2, 2022

CSS Position: static, relative, absolute, fixed, sticky

Best way to debug the CSS is in inspecting the browsers itself. But sometime it is really helpful and reduce the debugging time if we know the exact working the CSS property. In this post I covered CSS position property with different examples. 5 property of CSS Position, static, relative…

Css Position

3 min read

CSS Position: static, relative, absolute, fixed, sticky
CSS Position: static, relative, absolute, fixed, sticky
Css Position

3 min read


Apr 8, 2022

Crud App (get, Post, Put, Delete) Contact card Angular Application with Json-server.

This tutorial will explain regarding 4 rest api methods. get, post, put and delete. I will be using json server for making fake rest api for learning. For now I am attaching the github link for the code. GitHub - bittu1040/Contact-card-CRUD-APP-Angular This project was generated with Angular CLI version 10.1.0. Run ng serve for a dev server. Navigate to…github.com Let me know if any one want to discuss this project. I will be happy to discuss.

Angular

1 min read

Crud App (get, Post, Put, Delete) Contact card Angular Application with Json-server.
Crud App (get, Post, Put, Delete) Contact card Angular Application with Json-server.
Angular

1 min read

Bittu Kumar

Bittu Kumar

57 Followers

Exploring Angular and Frontend development.

Following
  • Makesh Kumar

    Makesh Kumar

  • Pallav Aggarwal

    Pallav Aggarwal

  • Maulik Patel

    Maulik Patel

  • Abhishek Kovuri

    Abhishek Kovuri

  • Bharath Ravi

    Bharath Ravi

See all (21)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams