Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matheo/angular
Open Source Angular Libraries: MatDataSource, MatDatepicker
https://github.com/matheo/angular
angular angular-material datasources datepicker dynamic-forms schematics
Last synced: 13 days ago
JSON representation
Open Source Angular Libraries: MatDataSource, MatDatepicker
- Host: GitHub
- URL: https://github.com/matheo/angular
- Owner: matheo
- License: mit
- Created: 2019-03-18T21:28:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T00:11:09.000Z (7 months ago)
- Last Synced: 2024-05-01T20:38:05.282Z (7 months ago)
- Topics: angular, angular-material, datasources, datepicker, dynamic-forms, schematics
- Language: TypeScript
- Homepage: http://matheo.co/demos/
- Size: 5.52 MB
- Stars: 61
- Watchers: 5
- Forks: 15
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# @matheo
[![MIT badge](http://img.shields.io/badge/license-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)
![Circle CI](https://img.shields.io/circleci/build/github/matheo/angular?token=6b2b1dc42fc44f80fdae3e70f1c4f170f35419fd)This project is a sandbox to play with Angular and Nx, to improve my coding standards and release some open source stuff.
## @matheo/datasource
[![npm badge](https://badge.fury.io/js/%40matheo%2Fdatasource.svg)](https://www.npmjs.com/package/@matheo/datasource)
[![npm downloads](https://img.shields.io/npm/dm/@matheo/datasource.svg?style=flat)](https://npmcharts.com/compare/@matheo/datasource?minimal=true)
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/@matheo/datasource)](https://bundlephobia.com/result?p=@matheo/datasource)Reactive Datasource for Angular.
## @matheo/datepicker
[![npm badge](https://badge.fury.io/js/%40matheo%2Fdatepicker.svg)](https://www.npmjs.com/package/@matheo/datepicker)
[![npm downloads](https://img.shields.io/npm/dm/@matheo/datepicker.svg?style=flat)](https://npmcharts.com/compare/@matheo/datepicker?minimal=true)
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/@matheo/datepicker)](https://bundlephobia.com/result?p=@matheo/datepicker)A fork of the official datepicker module with time picking support.