Home JavaScript AngularJS

AngularJS

AngularJS is an open-source JavaScript-based front-end web framework primarily maintained by Google and a community of individuals and businesses to address many of the challenges encountered in developing single-page applications.

Dynamically Lazy Load & Code-Split For Angular

0
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...

Material Design Angular File Upload Component

0
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...

Dynamic Data Table Component With Angular Material

0
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...

Angular Notification Message Component

0
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 Count Down & Count Up Timer

0
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...

Angular Date & Time Picker With Moment.js

0
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...

Customizable Progress Bar for Angular | ngx-progress

0
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...

Custom Loader / Spinner For Angular

0
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...

Material Design Date Picker For Angular Material

0
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...

Angular Gradient Progress Bar

0
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...