Ionic 5 Camera Preview on Screen Floating Camera View In Page Tutorial with Example App

In this Ionic 5/4 tutorial, we are going to discuss how to add a floating camera window/ preview which can be switched for front or rear camera with multiple camera filters in Ionic Angular application using Cordova and Native Plugins. Ionic’s Camera Preview Native plugin provides an awesome floating Camera view on the component in

Ionic 5 Camera Preview on Screen Floating Camera View In Page Tutorial with Example App Read More »

Ionic 4/5 Angular Google Maps with Places Search using @agm

In this tutorial, we will learn how to add Google Maps in an Ionic application using a powerful package @agm. The @agm package provides directive components to easily add Maps, Markers and Geometric shapes like Radius on Google Maps in Angular applications. Here we will use the power of this great package to implement Google

Ionic 4/5 Angular Google Maps with Places Search using @agm Read More »

Ionic 5 Tabs without Routing using Angular Bootstrap

In this Ionic 5/4 tutorial, we’ll add the Tabs component in the Ionic Angular application page without Routing. We’ll be using the Ngx-Bootstrap package to integrate Bootstrap in the Angular project. We have already discussed how to add Tabs in an application using Ionic Framework using the UI component. But these Tabs have their own

Ionic 5 Tabs without Routing using Angular Bootstrap Read More »

Angular 8/9 @Input, @Output and EventEmitter Tutorial by Quick Example

In a real-world Angular application, a number of components may exist with their own specific task to accomplish. This hierarchy of components may have parent-child or relation as siblings. To communicate from parent to child component we use @Input decorator to pass data from parent to child component and to send back data from child

Angular 8/9 @Input, @Output and EventEmitter Tutorial by Quick Example Read More »

Add Offline, Online Video Player in Ionic 5 Angular Application using Cordova Plugin

In this Ionic 5 tutorial, we’ll add a Video Player inside the Ionic Angular application for playing multimedia files by using the Cordova and Ionic Native plugins. The Cordova plugin for Video playing allows playing videos available in the assets folder inside the application package. We can easily add functionality to immediately play a video

Add Offline, Online Video Player in Ionic 5 Angular Application using Cordova Plugin Read More »

Angular Google Maps | Draggable Radius Circle to show Markers using @agm Tutorial

Google Maps can be easily implemented in an Angular project using the @agm package as we have already discussed here. In this tutorial, we will focus on adding a Circle Radius in the map to limit the markers shown to the user. A user can control up to how far the markers/ locations should be

Angular Google Maps | Draggable Radius Circle to show Markers using @agm Tutorial Read More »

Angular Google Maps in Modal | Autocomplete & Select Location, Latitude, Longitude, Address

Compatible from Angular 2 to latest version 9 Angular Google Maps package provides fully featured integration of Javascript-based Google Maps in Angular Applications. Here we will discuss how to: Install Google Maps and Add API Keys Add Dynamic Google Maps in a Component Add Location Search Filter Draggable Marker Zoom Control Get Lattitude and Longitude

Angular Google Maps in Modal | Autocomplete & Select Location, Latitude, Longitude, Address Read More »

Angular Material 8/9 Tree Tutorial By Example

In this tutorial, we will explore the Angular Material’s Tree structure UI component. A tree structure depicts a hierarchy of data in a parent-child relation. These tree nodes can be collapsed and expanded to deep drill over child items. Material is an Angular compatible UI library which provides a wide variety of components following a

Angular Material 8/9 Tree Tutorial By Example Read More »