APP_INITIALIZER usage in Angular

APP_INITIALIZER usage in Angular

APP_INITIALIZER is run when the application starts to initialize. Angular suspend the app initializaction until all the functions provided by the APP_INITALIZER are run.

Read More

includes VS indexOf

includes VS indexOf

includes() and indexOf() used for search item available or not in the array. accept both same parameters. indexOf() returns the position of the first occurrence of a specified value in the string

Read More

Combining JavaScript Array

Combining JavaScript Array

There are several method for combine array

Read More
Read More