PROGRAMMING

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 i angular-gradient-progressbar Import the module inside your page module. Usage Inside your page.component.html You need to specify a […]

Angular Gradient Progress Bar Read More »

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. PasswordStrengthMeter uses zxcvbn to estimate password strength and also provides visual feedback with suggestions and warning messages. Password Strength Meter For

Password Strength Meter For AngularJs Read More »

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 smoothly scroll back to the top of the page. Features Lightweight (~10 kB) No dependencies Material Design inspired @angular/material compatible example Component

Angular Material Design Scroll To Top Button Read More »

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. Open your module file e.g app.module.ts and update imports array Usage If you use SystemJS to load your files, you might have to update your config: Copy source This library support multiple kinds of copy

Copy Text To Clipboard Angular Directive | ngx-clipboard Read More »

How To Disable Right Click & F12 Key on a Website Using Javascript

Disable Right Click & F12 Key on a Website Using Javascript Disable Right Click & F12 Key on a Website Using JavaScript is so simple that any person with little knowledge about programming and JavaScript can easily insect codes and disable right clicks on his/her website and blogs. In this article, we are going to

How To Disable Right Click & F12 Key on a Website Using Javascript Read More »