Ionic 5 + Angular Material 9 | How to Add Angular Material in Ionic to Use its Components

Angular Material is an awesome UI framework which is fully compatible to work with Angular applications. It is fully loaded with a wide variety of awsome UI components which are supported for responsive and multi-device platforms. There are a number

Ionic 5 + Angular Material 9 | How to Add Angular Material in Ionic to Use its Components Read More »

Angular Material 9|8|7 Add Dialog Modal and Pass Data between Parent Component Tutorial by Example

In this Angular Material 9 tutorial, we’ll discuss how to implement Material Modal popup using Dialog API and pass data between parent and Modal dialog component. The Dialog component is used to show dynamic HTML content which component in a

Angular Material 9|8|7 Add Dialog Modal and Pass Data between Parent Component Tutorial by Example Read More »

Angular 7/8 Pass Data and Handle Events between Parent-Child Components using @Input and @Output Application Tutorial by Example

Angular help us create a robust and real-world application which may have complex architecture. To reduce code and make maintenance efficient, breaking application into multiple and independent working components is very important and basic practice. Sometimes these modular components are

Angular 7/8 Pass Data and Handle Events between Parent-Child Components using @Input and @Output Application Tutorial by Example Read More »