Home » Angular

Angular

How to use material chips(tags) in Angular?

How to use material chips(tags) in Angular?; In this tutorial, we will learn how to implement chips or tags with the Angular Material library, We will use the MatChipsModule material modules to make chips list. We will use <mat-chip-list> and <mat-chip>  directive of MatChipsModule, in this tutorial, I will explain the static chip list and chip list …

How to use material chips(tags) in Angular? Read More »

How to implement material spinner in Angular?

How to implement material spinner in Angular?; In this tutorial, we will learn how to implement a spinner with the Angular Material library, We will use the MatProgressSpinnerModule material modules to show a spinner and spinner progress bar some other important configurations. We will use <mat-progress-spinner> and <mat-spinner>  directive of MatProgressSpinnerModule, <mat-progress-spinner> and <mat-spinner> are circular indicators of progress …

How to implement material spinner in Angular? Read More »

Angular 12 autocomplete with API Data

Angular material autocomplete is a typeahead search component to search the items based on the user entered text on the text box, In this article, we are going to learn angular material auto-complete integrated with remote API. let’s start Angular 12 autocomplete with API. You can download the working example https://github.com/technostuf/tinymce-angular-demo Create a new Angular …

Angular 12 autocomplete with API Data Read More »

Angular 12 TinyMCE integration with an example

The TinyMCE is a Rich text editor for the website, Today we are going to learn how to integrate the TinyMCE editor with angular 12. You can download the working example https://github.com/technostuf/tinymce-angular-demo Create a new Angular 12 app Install tinymce-angular Library Import the modules Add code in the view file Run an Angular 12 application …

Angular 12 TinyMCE integration with an example Read More »

Angular 12 Material Tabs Tutorial with Example

Angular 12 Material Tabs Tutorial with Example; In this tutorial, we will learn how to implement tabs with the Angular Material library, We will use the MatTabsModule material modules to generate tabs with animations and some other important configuration The Angular material UI components provide a Tab component to use tabs in angular, Tabs component …

Angular 12 Material Tabs Tutorial with Example Read More »

Angular 12 Material Autocomplete Example

Angular 12 Material Autocomplete Tutorial: Angular Material is the most popular UI components library, it provides many ready-to-use UI components today we will learn Material’s Autocomplete UI component The Autocomplete UI component provides the facility to select a recommended options to the user when the user type on the textbox You can download the working …

Angular 12 Material Autocomplete Example Read More »

Angular 12 Material Dialog Example

Angular 12 Material Dialog example; Angular Material is the most popular UI components library, it provides many ready-to-use UI components, Angular Material is developed by Google. Its components help to construct attractive, consistent, and functional web pages and web applications. It is used to create a responsive and faster website. In this article, we are …

Angular 12 Material Dialog Example Read More »

Angular 12 Bootstrap Responsive Carousel slider

Angular 12 Bootstrap Responsive Carousel slider tutorial, in this tutorial I will explain how to use the Bootstrap 4 responsive carousel slider. Bootstrap is the most popular HTML, CSS, and JavaScript framework for building a responsive web application, Bootstrap provides lots of widgets to use in our application, Bootstrap provides a carousel widget for slider. …

Angular 12 Bootstrap Responsive Carousel slider Read More »