{"id":22520531,"url":"https://github.com/web-acad/ng-quill","last_synced_at":"2025-09-11T05:15:33.242Z","repository":{"id":143813636,"uuid":"133238044","full_name":"Web-ACAD/ng-quill","owner":"Web-ACAD","description":"Quill editor integration for angular forms","archived":false,"fork":false,"pushed_at":"2018-08-24T16:43:13.000Z","size":9,"stargazers_count":2,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-16T11:01:58.041Z","etag":null,"topics":["angular","forms","quill"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Web-ACAD.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-13T13:10:08.000Z","updated_at":"2019-02-13T01:01:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"833d4760-89bc-46d9-a269-98d44739fb42","html_url":"https://github.com/Web-ACAD/ng-quill","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"209237b9c9e1eed44835357e8555668eb4ec2614"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Web-ACAD%2Fng-quill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Web-ACAD%2Fng-quill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Web-ACAD%2Fng-quill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Web-ACAD%2Fng-quill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Web-ACAD","download_url":"https://codeload.github.com/Web-ACAD/ng-quill/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228562106,"owners_count":17937234,"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","forms","quill"],"created_at":"2024-12-07T05:07:51.907Z","updated_at":"2024-12-07T05:07:52.632Z","avatar_url":"https://github.com/Web-ACAD.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![NPM version](https://img.shields.io/npm/v/@webacad/ng-quill.svg?style=flat-square)](https://www.npmjs.com/package/@webacad/ng-quill)\n[![Build Status](https://img.shields.io/travis/Web-ACAD/ng-quill.svg?style=flat-square)](https://travis-ci.org/Web-ACAD/ng-quill)\n\n# WebACAD/Quill\n\n[Quill](https://quilljs.com/) editor integration for angular forms.\n\n## Dependencies\n\n* `@angular/common`\n* `@angular/core`\n* `@angular/forms`\n* `quill`\n* `rxjs`\n\n## Installation\n\n```bash\n$ npm install --save @webacad/ng-quill\n```\n\nor with yarn\n\n```bash\n$ yarn add @webacad/ng-quill\n```\n\n## Register module\n\n**app.module.ts:**\n\n```typescript\nimport {QuillModule} from '@webacad/ng-quill';\n\n@NgModule({\n    imports: [\n        QuillModule,\n    ],\n})\nexport class AppModule {}\n```\n\n## Usage\n\n```html\n\u003cwa-quill theme=\"snow\"\u003e\u003c/wa-quill\u003e\n```\n\n**Available options:**\n\n* `theme`: quill `theme` options, [docs](https://quilljs.com/docs/themes/)\n\n## Using in angular forms\n\nThis package implements all the necessary code for angular forms. That means that you can use it just like any other \nordinary form control.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweb-acad%2Fng-quill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweb-acad%2Fng-quill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweb-acad%2Fng-quill/lists"}