1.

What is application state in Angular 4?

Answer»

Technically speaking, the Application STATE is the entire memory of an application built in Angular 4. But as per working terminologies, it represents data received via API calls, user inputs, PRESENTATION UI State and basically that data which could be used to DIFFERENTIATE multiple instances WITHIN the same application.



Discussion

No Comment Found