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...
How To Disable Right Click & F12 Key on a Website Using Javascript
Disable Right Click & F12 Key on a Website Using JavascriptDisable Right Click & F12 Key on a Website Using JavaScript is so simple that any person with little knowledge about programming and JavaScript...
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 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...
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 Barb. Simple Progress BarInstallationnpm...
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...
ReactJS Rating Stars Component | Download Source Code
If you are looking for a ranking star function to add to your website, then you are at the right place. Today, I am going to share a mini reactjs script to add a...
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.PrerequisitesIn order to use mat-file-upload in your app, you must have the following dependencies installed:AngularAngular...
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...
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...