This post will cover the step needed to take the angular universal app to the production server. This post assumes that you have running angular…
4 CommentsCategory: Angular 2
In this tutorial, I will show you Nginx installation and configuration steps to serve the Angular application in production. I am gonna use Ubuntu 16.04…
7 CommentsIn this article, you will learn how to use cascading DropDownList using Angular application. In following tutorial you gonna use Angular CLI to create an…
2 CommentsUsing HTTP service directly in all over the application is not scalable, its only work for small applications. Having a central location to manage HTTP…
Leave a CommentThe NgSwitch directive lets you to insert different sets of elements into the document based on a specified value or expression.NgSwitch Directive resides inside CommonModule…
Leave a CommentInside the root app component, Inject the Router and subscribe to route change events and detect the NavigationStart event with the event type instance, its…
2 CommentsAngular 2 provide different ways to apply class to the elements based on certain conditions. In this post I would like to show you couple…
Leave a CommentIn this post I will show you, how we can create custom async validator to check for email availability, same logic you can apply for…
9 Comments