An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# awesome-angularjs-components
Catalog of AngularJS Components & Libraries

[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](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*