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....
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...
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...
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...
Convert Number to Words Using Angular Library
An Angular library is an Angular project that is different from an application in which it cannot run on its own. A library must be imported and used in an application. Libraries extend the...