Open in app

Sign In

Write

Sign In

AngularEnthusiast
AngularEnthusiast

694 Followers

Home

About

Published in

JavaScript in Plain English

·Apr 30

Angular: My Journey With Learning OnPush Change Detection

Part III: Some common scenarios with Observables and Subjects in Angular application and how they would work with OnPush CD Strategy. — In this story, I will walk you through some common scenarios with Observables and Subjects in Angular application and how they would work with OnPush CD Strategy. In the previous story in the series, we explored how DOM Events and @Input() behave with OnPush CD Strategy.

Subjects

9 min read

Angular: My Journey With Learning OnPush Change Detection
Angular: My Journey With Learning OnPush Change Detection
Subjects

9 min read


Published in

JavaScript in Plain English

·Apr 29

Angular: My Journey With Learning OnPush Change Detection

Part II: How OnPush Change Detection works with the @Input() property and DOM events. — In this story, we will explore how OnPush Change Detection works with the @Input() property and DOM events. If you have not seen the first story in this series, do check the below link where we explore Immutability, Mutability, Pass By Value and Pass By Reference. Angular: My journey with learning OnPush Change Detection — Part I The first concept I think every beginner must know before diving into OnPush ChangeDetection would be mutability and…ramya-bala221190.medium.com

Onpush

17 min read

Angular: My Journey With Learning OnPush Change Detection
Angular: My Journey With Learning OnPush Change Detection
Onpush

17 min read


Published in

JavaScript in Plain English

·Apr 29

Angular: My Journey With Learning OnPush Change Detection

Part I: Learn the concept of mutability and immutability before diving into OnPush ChangeDetection. — The first concept I think every beginner must know before diving into OnPush ChangeDetection would be mutability and immutability. To understand why these concepts are important prior to understanding how OnPush works in Angular, let me give you a brief idea about OnPush vs Default Change Detection Strategy.

Immutability

10 min read

Angular: My Journey With Learning OnPush Change Detection
Angular: My Journey With Learning OnPush Change Detection
Immutability

10 min read


Published in

Geek Culture

·Feb 11

Angular:Different Sorting Scenarios-single and multiple parameter reusable sort

I have used sorting extensively in my work projects. Mostly it was with sorting numbers/strings/dates. If you are displaying an array of user data in a table,sorting can be used in 2 different ways. Sorting the entire data based on one parameter, say Age. Sorting the data in the table…

Pipe

5 min read

Angular:Different Sorting Scenarios-single and multiple parameter reusable sort
Angular:Different Sorting Scenarios-single and multiple parameter reusable sort
Pipe

5 min read


Published in

JavaScript in Plain English

·Jan 26

Angular: How Proxy and Environment Files Work When Application is Served from Apache Web Server vs Web Dev Server

To demonstrate how proxy and environment files work, I have created a simple Angular App with just a button “Loading Data”, clicking on which will fetch some dummy data from a Node Express Server. This Node Server is our application server running on http://localhost:3000. I will walk you through 3…

Proxy

13 min read

Angular: How Proxy and Environment Files Work When Application is Served from Apache Web Server vs…
Angular: How Proxy and Environment Files Work When Application is Served from Apache Web Server vs…
Proxy

13 min read


Published in

Geek Culture

·Jan 20

Angular: How I understood the basics of Animation- Part III

This is the final part of this story. These 3 parts do not cover the entire Animation concept but definitely will provide some foundation to delve deeper into the subject. In Part-I, we looked into state(), transition(), trigger(), style(),animate() and keyframes(). Angular: How I understood the basics of Animations- Part I If you don’t know animations, it will definitely not be a blocker while developing an application in Angular. But…medium.com

Useanimation

6 min read

Angular: How I understood the basics of Animation- Part III
Angular: How I understood the basics of Animation- Part III
Useanimation

6 min read


Published in

Geek Culture

·Jan 19

Angular: How I understood the basics of Animation-Part II

If you have not seen Part-I of this series, do check the below link, where we have explored transition(), state(), animate() and keyframes() with a simple example. Angular: How I understood the basics of Animations- Part I If you don’t know animations, it will definitely not be a blocker while developing an application in Angular. But…ramya-bala221190.medium.com In this story, we shall see 2 examples to check few more animation features.

Query

8 min read

Angular: How I understood the basics of Animation-Part II
Angular: How I understood the basics of Animation-Part II
Query

8 min read


Published in

Geek Culture

·Jan 18

Angular: How I understood the basics of Animations- Part I

If you don’t know animations, it will definitely not be a blocker while developing an application in Angular. But knowing and applying it can make it a pleasing experience to the user using the application. Starting with an actual application use-case can get overwhelming if you are a beginner. So…

Animation

9 min read

Angular: How I understood the basics of Animations- Part I
Angular: How I understood the basics of Animations- Part I
Animation

9 min read


Published in

JavaScript in Plain English

·Jan 12

Angular: How I finally understood the Emulated and None ViewEncapsulation

ViewEncapsulation has been something I have avoided for the longest time, without realizing that I have been using it all along while working on my Angular projects. In this story I will walk you through the simple example I used to understand how the Emulated and None ViewEncapsulation work. In…

Emulated

6 min read

Angular: How I finally understood the Emulated and None ViewEncapsulation
Angular: How I finally understood the Emulated and None ViewEncapsulation
Emulated

6 min read


Published in

Geek Culture

·Jan 3

Angular: Cancelling Observables when switching between Tabs

Consider you have a group of tabs in your application, and you are loading content from an API based on the tab selected. These are the 2 questions that arise when designing a “Group of Tabs”. When I click on Tab-1 and an API call starts executing to load data…

Switchmap

5 min read

Angular: Cancelling Observables when switching between Tabs
Angular: Cancelling Observables when switching between Tabs
Switchmap

5 min read

AngularEnthusiast

AngularEnthusiast

694 Followers

Loves Angular and Node. I wish to target issues that front end developers struggle with the most.

Following
  • Paweł Huryn

    Paweł Huryn

  • Kuzey Efe İyidiker

    Kuzey Efe İyidiker

  • Deon Ashleigh

    Deon Ashleigh

  • Netanel Basal

    Netanel Basal

  • JPJots

    JPJots

See all (43)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams