{"id":22520528,"url":"https://github.com/web-acad/ng-mat-codemirror","last_synced_at":"2026-04-24T20:34:20.509Z","repository":{"id":143813609,"uuid":"132163900","full_name":"Web-ACAD/ng-mat-codemirror","owner":"Web-ACAD","description":"CodeMirror form component for angular material","archived":false,"fork":false,"pushed_at":"2018-08-24T13:57:19.000Z","size":8,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-20T04:04:01.305Z","etag":null,"topics":["angular","codemirror","forms","material"],"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,"zenodo":null}},"created_at":"2018-05-04T16:27:40.000Z","updated_at":"2018-08-24T13:56:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"08e8938f-3930-4642-9170-ac509eff7e67","html_url":"https://github.com/Web-ACAD/ng-mat-codemirror","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Web-ACAD/ng-mat-codemirror","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Web-ACAD%2Fng-mat-codemirror","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Web-ACAD%2Fng-mat-codemirror/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Web-ACAD%2Fng-mat-codemirror/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Web-ACAD%2Fng-mat-codemirror/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Web-ACAD","download_url":"https://codeload.github.com/Web-ACAD/ng-mat-codemirror/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Web-ACAD%2Fng-mat-codemirror/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260878327,"owners_count":23075959,"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","codemirror","forms","material"],"created_at":"2024-12-07T05:07:49.871Z","updated_at":"2026-04-24T20:34:20.503Z","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-mat-codemirror.svg?style=flat-square)](https://www.npmjs.com/package/@webacad/ng-mat-codemirror)\n[![Build Status](https://img.shields.io/travis/Web-ACAD/ng-mat-codemirror.svg?style=flat-square)](https://travis-ci.org/Web-ACAD/ng-mat-codemirror)\n\n# WebACAD/MatCodeMirror\n\nCodeMirror form component for angular material. Based on [@webacad/ng-codemirror](https://github.com/Web-ACAD/ng-codemirror).\n\n## Dependencies\n\n* `@angular/animations`\n* `@angular/cdk`\n* `@angular/common`\n* `@angular/core`\n* `@angular/forms`\n* `@angular/material`\n* `@angular/platform-browser`\n* `@webacad/ng-codemirror`\n* `codemirror`\n* `rxjs`\n\n## Installation\n\n```bash\n$ npm install --save @webacad/ng-mat-codemirror\n```\n\nor with yarn\n\n```bash\n$ yarn add @webacad/ng-mat-codemirror\n```\n\n## Register module\n\n**app.module.ts:**\n\n```typescript\nimport {MatCodemirrorModule} from '@webacad/ng-mat-codemirror';\n\n@NgModule({\n\timports: [\n\t\tMatCodemirrorModule,\n\t],\n})\nexport class AppModule {}\n```\n\n## Usage\n\n```html\n\u003cwa-mat-codemirror mode=\"javascript\"\u003e\u003c/wa-codemirror\u003e\n```\n\nLook [here](https://github.com/Web-ACAD/ng-codemirror#usage) for more details.\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\nIt is also fully ready for material's `\u003cmat-form-field\u003e` component.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweb-acad%2Fng-mat-codemirror","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweb-acad%2Fng-mat-codemirror","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweb-acad%2Fng-mat-codemirror/lists"}