Skip to content
Anak Muda Coding

Anak Muda Coding

Learn Something Today

  • HOME
  • ANGULAR
  • JAVASCRIPT
  • IONIC
  • HOW TO
Angular How to

Dynamic List Rendering with ngFor and Array Slices

May 16, 2022December 7, 2023 Admin

Introduction Welcome to this Angular tutorial! In this guide, we will explore how to dynamically render lists using Angular’s powerful ngFor directive in combination with

Read More
Angular

Angular Services and Dependency Injection Explained

May 15, 2022November 23, 2023 Admin

Introduction: In Angular development, the effective use of services and dependency injection can significantly enhance the modularity and maintainability of your code. This tutorial will

Read More
Angular How to

Angular wait search complete – RXJS Debounce

May 14, 2022December 7, 2023 Admin

Introduction Debouncing is a crucial technique in web development, especially when dealing with user input like search bars. In this tutorial, we’ll explore how to

Read More
Angular How to

How to Add Conditional Classes in Angular Using ngClass

May 13, 2022April 14, 2023 Admin

Introduction Angular provides a lot of powerful directives that make it easy to manipulate HTML elements based on various conditions. One such directive is ngClass,

Read More
How to JavaScript

How to find the highest value in an array of objects based on multiple criteria in JavaScript

May 12, 2022April 13, 2023 Admin

In this tutorial, we will be exploring how to search for the object with the highest value of a specific property in an array of

Read More
How to JavaScript

Mastering the ES6 JavaScript Array Map()

May 11, 2022April 13, 2023 Admin

The map() method in JavaScript is used to iterate over an array and perform some operation on each element of the array. In ES6, the

Read More
Angular How to

Handle success Http request with error handler by code status in Angular

May 10, 2022April 13, 2023 Admin

In this example, the AppComponent class defines a getData method that sends an HTTP GET request to /api/data and handles the response using the subscribe

Read More
How to JavaScript

Sum the values of an array of objects with the same name

May 9, 2022April 13, 2023 Admin

To sum the values of an array of objects with the same name, you will need to keep track of the running total for each

Read More
How to JavaScript

Filter array of object by key value

May 8, 2022April 13, 2023 Admin

Assuming that you have an array of objects and each object has a key called “status”, you can filter the array to get only the

Read More
How to JavaScript

How to calculate the values of an array of objects with key

May 7, 2022April 13, 2023 Admin

To calculate the value of an array of objects with a specific key, you can use a loop to iterate through each object in the

Read More

Posts navigation

1 2 Next

Recent Posts

  • Dynamic List Rendering with ngFor and Array Slices
  • Angular Services and Dependency Injection Explained
  • Angular wait search complete – RXJS Debounce
  • How to Add Conditional Classes in Angular Using ngClass
  • How to find the highest value in an array of objects based on multiple criteria in JavaScript

Recent Comments

No comments to show.
All Rights Reserved 2022.