Angular CLI is Angular command line interface which simplifies common tasks when working with Angular 2+ applications Unlike AngularJS setting up Angular 2+ application takes time since various files are required in any Angular 2+ application.These are files such as configuration files,type script files and css.For simplifying creation of these files Angular CLI could be […]
Archives for February 2019
Routing in Angular using Routerlink, Navigate and NavigateByUrl
URLs identify resources which the user can request from the server.For example to request products from a website user could append the following to the domain of the website. /products/list But this url might also contain specific details which user wants to request such as the product id.User can pass these details in the url […]