Dynamic Data Table Component With Angular Material
Dynamic table component for angular built on top of the angular material table. It offers sorting, pagination, filtering per column, and the ability to specify content types and components used for displaying them. The...
Password Strength Meter For AngularJs
This angular password strength counter used to calculate and display the strength password so that the visitor can choose the best strongest password. It is used to display the password strength with visual feedback....
Material Design Date Picker For Angular Material
A Material Design date picker built with Angular Material and Moment.js. This cool material design date picker makes your angular shape more attractive, you can easily attach this date/time picker to your angular app.
HTML
<md-content...
Copy Text To Clipboard Angular Directive | ngx-clipboard
An Angular directive for clipboard.js that allows the user to copy text to clipboard and paste elsewhere.
Installation
You can get it on npm.
npm install ngx-clipboard --save
Open your module file e.g app.module.ts and update imports array
import { ClipboardModule } from...
Angular Count Down & Count Up Timer
In this post I am going to share a simple and very clean angular component to add count down and count up timer on your webpage. It is good for your deal pages where...
Angular Gradient Progress Bar
An Angular module to make a linear or segmented gradient progress bar on the app.This angular package provides 2 variants of the progress bars that can be used:
a. Advance Progress Bar
b. Simple Progress Bar
Installation
npm...
Dynamically Lazy Load & Code-Split For Angular
Are you looking for a lazyload component for your Angular application. If so, in this article I will share a simple Angular lazy loading plugin that supports dynamic lazy loading. You can dynamically fetch...
Material Design Angular File Upload Component
This tool is a simple & configurable file upload component for use with Angular Material. you can use this component to upload files.
Prerequisites
In order to use mat-file-upload in your app, you must have the following dependencies installed:
AngularAngular...
Angular Notification Message Component
Today, I am going to share a very simple angular component to display alert messages on top of the page. With these notification messages, you can display any action like success, error, warning...
Customizable Progress Bar for Angular | ngx-progress
An angular progress bar library that creates a customizable and flexible progress bar with an arrow to visualize the http request and / or the routing change while preventing user interaction.
NgxProgress is a...