How to Setup Main Routes & Child Routes [AngularJS]

Setup Main Routes & Child Routes When application needs to have deep linking within Tabbed navigation Child Routes are the best options in Angular. In below youtube video, I have covered this blog already so incase you do not want to read through you can watch it as well: Setup Project In this blog, I […]

Using Primeng with Angular 4:

We are going to install primeng UI libraries for our applications with this tutorial onwards. Although the official website explains how to install and use it, I am taking our own apps forwards to use primeng UI component library. Install primeng: Go to your project directory and run following command. npm install primeng –save Now, we want […]