How To Pass Data In URL From One Component To Another In Angular
Angular 8

In this article, we will see ho we can pass data in URL from one component to another component. There are too many ways to pass data from one component to another, but here, we will implement it with the help of the NavigationExtras interface. This interface specifies a root URI to use for relative navigation.

How To Bind DropDownList With Validation In Angular
Angular 8

In this article, we will learn about how we can bind the Drop-Down List in Angular and how to apply the required validation on it.

A Drop-Down List is a graphical control element, that allows the user to choose one value from a list. When a Drop-Down List is activated, it displays a list of values, from which the user may select one. When inactive, it displays a single value.

Custom Searching In Angular
Angular 8

In this article, we will learn how to add a custom searching feature in an Angular application.

The searching is an essential feature and is majorly used functionality in all the applications/websites these days. We can see various examples of applications like; Play Store or App Store: for searching apps, Google Maps: for searching places, and etc.

Dynamic Am-Charts In Angular 8
Angular 8

Here, we will learn about creating dynamic AM-Charts in Angular 8. Charts are very useful for showing data and people understand the data very easily. So we will use am-charts for creating dynamic charts in Angular-8.

Subscribe

Select Categories