{"id":17700542,"url":"https://github.com/benwinding/mat-reduce","last_synced_at":"2025-04-23T22:28:29.241Z","repository":{"id":35837354,"uuid":"192848385","full_name":"benwinding/mat-reduce","owner":"benwinding","description":"Angular Material is verbose, here's a wrapper library to reduce that! ","archived":false,"fork":false,"pushed_at":"2021-11-03T04:43:25.000Z","size":62484,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-19T19:06:41.635Z","etag":null,"topics":["angular","material-design","quilljs","wrapper-library"],"latest_commit_sha":null,"homepage":"https://benwinding.github.io/mat-reduce/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/benwinding.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-20T04:28:10.000Z","updated_at":"2021-11-03T04:39:57.000Z","dependencies_parsed_at":"2022-09-26T21:30:39.477Z","dependency_job_id":null,"html_url":"https://github.com/benwinding/mat-reduce","commit_stats":null,"previous_names":[],"tags_count":134,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benwinding%2Fmat-reduce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benwinding%2Fmat-reduce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benwinding%2Fmat-reduce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benwinding%2Fmat-reduce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benwinding","download_url":"https://codeload.github.com/benwinding/mat-reduce/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250525734,"owners_count":21445072,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","material-design","quilljs","wrapper-library"],"created_at":"2024-10-24T17:42:29.978Z","updated_at":"2025-04-23T22:28:29.218Z","avatar_url":"https://github.com/benwinding.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mat-reduce\n\n\u003c!-- [START badges] --\u003e\n[![NPM Version](https://img.shields.io/npm/v/mat-reduce.svg)](https://www.npmjs.com/package/mat-reduce) \n[![License](https://img.shields.io/npm/l/mat-reduce.svg)](https://github.com/benwinding/mat-reduce/blob/master/LICENSE) \n[![Downloads/week](https://img.shields.io/npm/dm/mat-reduce.svg)](https://www.npmjs.com/package/mat-reduce) \n[![Github Issues](https://img.shields.io/github/issues/benwinding/mat-reduce.svg)](https://github.com/benwinding/mat-reduce)\n\u003c!-- [END badges] --\u003e\n\nA _less_ verbose angular material.\n\n## Get Started\n`yarn add mat-reduce`\n\n### Simple (Without Quill)\nTo include all form controls, except the Quill Editor, use the following:\n\n``` typescript\nimport { MatReduceCoreModule } from 'mat-reduce-core';\n\n@NgModule({\n  ...,\n  MatReduceCoreModule,\n  ...\n})\n```\n\n### Advanced (With Quill)\nTo include all modules and the `\u003cform-quill-editor /\u003e`, use the following:\n\n``` typescript\nimport { MatReduceModule } from 'mat-reduce';\n\n@NgModule({\n  ...,\n  MatReduceModule,\n  ...\n})\n```\n\nAdd the quill script to `angular.json`, like so:\n``` json\n...\n\"scripts\": [\n  \"node_modules/quill/dist/quill.min.js\"\n],\n...\n\n```\n\n## Development\nTo develop on this locally, simply clone this repo and run:\n```\nyarn\nyarn start\n``` \nAnd a development demo of each of the controls is available on http://localhost:4567\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenwinding%2Fmat-reduce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenwinding%2Fmat-reduce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenwinding%2Fmat-reduce/lists"}