/angular-10-httpclient-app

Angular-10 with Httpclient services and angular material design with all basic concep conver in this app

Primary LanguageJavaScript

Angular 10 Application

Angular 10.1.1 + REST CRUD APIs & HTTP GET Requests with HttpClient Angular Material
LIVE DEMO

How to create a fake and complete working CRUD REST API,

How to install Angular CLI v10,

How to create an Angular 10 project using Angular CLI,

How to set up Angular Material and style your application with Material Design,

How to create Angular components, routing and navigation between them,

How to create and inject Angular services,

How to send HTTP GET requests to servers using HttpClient,

How to use the HttpParams class to add URL query strings in your HttpRequest,

How to subscribe and unsubscribe from RxJS Observables returned by HttpClient,

How to handle HTTP errors using the throwError() and catchError() operators,

How to retry failed HTTP requests using the RxJS retry() operator,

How to unsubscribe from RxJS Observables returned from HttpClient methods using the takeUntil() operator when requests are concelled,

How to build your application for production and deploy it to Firebase hosting using the new ng deploy command available from Angular 8.3+