https://github.com/is2ei/awesome-angularjs-components
Catalog of AngularJS Components & Libraries
https://github.com/is2ei/awesome-angularjs-components
List: awesome-angularjs-components
Last synced: 4 months ago
JSON representation
Catalog of AngularJS Components & Libraries
- Host: GitHub
- URL: https://github.com/is2ei/awesome-angularjs-components
- Owner: is2ei
- License: mit
- Created: 2020-02-08T05:46:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-23T11:58:55.000Z (over 6 years ago)
- Last Synced: 2025-02-19T16:01:47.105Z (over 1 year ago)
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# awesome-angularjs-components
Catalog of AngularJS Components & Libraries
[](https://github.com/sindresorhus/awesome)
Yet another curated List of AngularJS Components & Libraries.
:arrow_double_down: - Low maintenance repository
:coffin: - Archived repository
## Table of Contents
- [UI Components](#ui-components)
- [Form](#form)
- [Tooltip](#tooltip)
## UI Components
### Form
*Let the user create & edit data*
### Tooltip
*Tooltips / popovers*
- :arrow_double_down: [720kb/angular-tooltips](https://github.com/720kb/angular-tooltips) - Angularjs tooltips module, add tooltips to your elements
#### Date Picker
*Date / datetime / time Picker*
- :coffin: [alenaksu/mdPickers](https://github.com/alenaksu/mdPickers) - Material Design date/time pickers for Angular Material
- [amittkSharma/extended-datetimepicker](https://github.com/amittkSharma/extended-datetimepicker) - An Angular Material based, an Android style date-time picker, with ability to disable set of continuous or non-continuous date sets.
- :coffin: [dalelotts/angularjs-bootstrap-datetimepicker](https://github.com/dalelotts/angularjs-bootstrap-datetimepicker) - ARCHIVED: Native AngularJS date & time picker directive styled by Twitter Bootstrap
- [deepak-mean/angMdTimePicker](https://github.com/deepak-mean/angMdTimePicker) - A timepicker only directive using angular material with support of moment.js and moment-timezone.js
- :arrow_double_down: [indrimuska/angular-moment-picker](https://github.com/indrimuska/angular-moment-picker) - Angular Moment Picker is an AngularJS directive for date and time picker using Moment.js.
- [mikemajesty/Chocobo-Date-Range-Picker](https://github.com/mikemajesty/Chocobo-Date-Range-Picker) - 🗓️ Component - The Date Range Picker easier to use in AngularJS.
- [wingify/angular-time-picker](https://github.com/wingify/angular-time-picker) - đź•— Angular directive for time picker
- [xuMINGzhi9/ngDateTimePicker](https://github.com/xuMINGzhi9/ngDateTimePicker) - 一个适用于Angular1.X的dateTimePicker
### Table
*Tables / data grids*
### Notification
*Toaster / snackbar — Notify the user with a modeless temporary little popup*
- :arrow_double_down: [alexcrack/angular-ui-notification](https://github.com/alexcrack/angular-ui-notification) - Angular.js service providing simple notifications using Bootstrap 3 styles with css transitions for animating
- :arrow_double_down: [boykovdmitriy/angular2modal](https://github.com/boykovdmitriy/angular2modal) - example for angular 2 with modal window and toast notification
- :arrow_double_down: [dev-tim/angular-noty](https://github.com/dev-tim/angular-noty) - Wrapper for Noty - cool growl-like notifications.
- [jirikavi/AngularJS-Toaster](https://github.com/jirikavi/AngularJS-Toaster) - AngularJS Toaster is a customized version of "toastr" non-blocking notification javascript library.
- :arrow_double_down: [ng-parth/notifyMe](https://github.com/ng-parth/notifyMe) - notifyMe is a angular 1.x module which can be used to show notification messages within a SPA. You can check the demo at
- [sagiegurari/angular-web-notification](https://github.com/sagiegurari/angular-web-notification) - Web Notifications AngularJS Service
### Loader
*Loaders / spinners / progress bars — Let the user know that something is loading*