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...
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 Date & Time Picker With Moment.js
It's a great date and time picker for Angular that you can use in your Angular project with plenty of customization options. Angular Moment Picker is a native AngularJS directive for date and time picker...
Custom Loader / Spinner For Angular
In this article, I'm going to share an awesome load indicator for the Angular app. in the demo you will see every time a user enters their username and password and click the register...
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...
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...
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...
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...
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...