Angular

Angular 13 Material Dialog Example – Positions, Fullscreen, Events Tutorial

In this Angular material tutorial, you will learn how to implement Dialog modal with an extensively used scenario tutorial with easy to go tutorial. You will get to know how to position a Dialog or display a fullscreen modal popup. Explore various events and popup hooks including after opened or closed callbacks. Passing data dynamically …

Angular 13 Material Dialog Example – Positions, Fullscreen, Events Tutorial Read More »

Switch Multiple Languages i18n using Ngx-Translate in Angular 12

Integration of multiple language support in Angular application tutorial; In this tutorial, you will learn how to add the Internationalization or i18n in Angular app by utilizing the ngx-translate plugin. Web application, having multilingual users, deploy internationalization aka i18n support in the application. Using which a web application switches to the native language by analysing …

Switch Multiple Languages i18n using Ngx-Translate in Angular 12 Read More »

Angular FilePond Tutorial – File Uploader with Life to Level Next!

You read it right! Today we are going to discuss the implementation of an extra ordinary plugin named FilePond. It is the best visual experience, I have ever seen in a simple yet complicated component like a File Uploader. In this tutorial, you will learn how to FilePond file uploader component in Angular application. Thereafter, …

Angular FilePond Tutorial – File Uploader with Life to Level Next! Read More »

Angular Radio Button Example – Reactive Form, Get Value, Validation Tutorial

In this tutorial, you will learn how to add the radio button group in reactive form with example. The implementation of radio list control inside the angular reactive forms, which will emit the change event when selected. Radio form controls are used to allow a user only to select a single value out of a …

Angular Radio Button Example – Reactive Form, Get Value, Validation Tutorial Read More »

Angular Material Card Examples – Using mat-card Component

In this article, you will learn how to add the Material Card components to the Angular application. You will learn how to show Avatar, Images, Grid List and Item List in n Material Card with easy examples. Angular Material is a component library, exclusively built for providing fully compatible UI components for Angular applications. This …

Angular Material Card Examples – Using mat-card Component Read More »

Angular Google Login Example – Social OAuth2 SignIn Tutorial

Angular 12 Login with Google Example by Tutorial; Google authentication of the user using OAuth2 protocol; The Angularx-Social-Login package tutorial; In this elaborated angular tutorial, you will learn how to implement Google login in an Angular 2+ application. We will utilize the angularx-social-login library package. In today’s era, almost everyone is connected with social media …

Angular Google Login Example – Social OAuth2 SignIn Tutorial Read More »

Angular 12 Multiple ng-content Example – Transclude Templates to Child Component Example

Adding multiple ng-content tags in child component example; placing more than one component passed to transclude in child component; In this Angular 12 tutorial, we will discuss examples of passing more than one component template to the child; Using this we can transclude multiple components at particular places in the child. Components are the building …

Angular 12 Multiple ng-content Example – Transclude Templates to Child Component Example Read More »

Angular 12 Multiple Image Uploader with Preview Example – PHP Server to Save file

Upload multiple images and preview in Angular 2+ applications; In this Angular tutorial, we will discuss how to upload multiple images with preview and how to save them on the server using PHP backend. To upload images, we will use the Angular reactive form approach. Using the form, a user can select more than one …

Angular 12 Multiple Image Uploader with Preview Example – PHP Server to Save file Read More »

Scroll to Top