Application consumes jsonplaceholder api to demonstrate use of rest api in angular.
Angular routing module allows user to navigate between pages. Angular httpClient used to get data from an external API. Material icons used. data.services.ts is created of calling and subscribing the data from API consists of following components Dashboard - Display the stats according to returned result. User - Displays the user list with user info Posts - Displays the posts in the list Albums - Displays albums in the list Hader - For Page Header and navigations.