Category: Angular 10+
In this article, we learn how to integrate a video player in an angular application. For integration, we used “ngx-videogular” npm package in our application. ngx-videogular Videogular is a …
In this article we discuss events type in Angular so we can easily bind that event and communicate with your application. Events help to trigger an action on specific …
In this article, we discuss how to create drag & drop in angular using angular material. Let’s create a new project for Drag and Drop in angular for that …
In this article, we discuss how to add PWA in our application. A few days ago we discuss on whats is a feature of the PWA and why we …
In this article, we’ll learn how to display a popup notification(alert notification) using sweetalert2 in Angular application. Let’s create a new project to display the popup notification for that …
In this article, we discuss how to set up the sign-up & sign-in using email authentication using firebase in Angular. To set up a firebase Project follow the article. …
In this article, we discuss how to set up the sign-in process with phone number using firebase in Angular. To set up a firebase Project follow the article. After …
In the Firebase CRUD operation First Part, we discuss how to set up the firebase project. and created a service which is communicating with firebase and angular. In the …
In this article, we create Components to store, get, update, delete data in Firebase. In the last article, we saw how to set up the firebase account and database …
In this article, we create CRUD(create, read, edit, delete) operation in Firebase using Angular. 1) First, we need to set up an angular project. we install in that project …