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...
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.InstallationYou can get it on npm.npm install ngx-clipboard --saveOpen your module file e.g app.module.ts and update imports arrayimport { ClipboardModule } from...
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...
Angular Material Design Scroll To Top Button
Lightweight, Material Design inspired button for scroll-to-top of the page. No dependencies. Pure Angular!This is a Lightweight, Material Design inspired “go to top / scroll to top button” with no additional dependencies. Just hit the button to...
Angular Table With Paging and Filter [Source Code]
Are you looking for sample table design with paging and search function in angular js, then in this article I have shared awesome free script to create html table with pagination and search function...