Create Angular project step by step
Dear Readers, This tutorial covers : Preparation of environment Creation of First angular project Run the default generated angular project creation of best architecture of project call apis with Http Create services for http call, error handling etc. Registration and login with JWT toke decode token and get data from token I believe the good way to learn anything new is to do more practical instead of theory . So after a short description will go straight for practical. Lets see what is angular and why to use : Angular is a JavaScript based application design development framework for creating SPA(single page applications). Its a framework means it provides us all the required elements which are needed to develop a SPA. To understand more details kindly follow the https://angular.io/docs . Preparation of environment :...