{"id":13766125,"url":"https://github.com/fintechstudios/angularjs-mdc","last_synced_at":"2026-03-06T18:24:56.456Z","repository":{"id":102351760,"uuid":"95694928","full_name":"fintechstudios/angularjs-mdc","owner":"fintechstudios","description":"AngularJS wrapper for Material Design Components Web","archived":false,"fork":false,"pushed_at":"2020-05-18T19:03:40.000Z","size":3238,"stargazers_count":12,"open_issues_count":1,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-12T09:48:41.916Z","etag":null,"topics":["angularjs","angularjs-mdc","material","material-design","material-design-components","mdc","mdc-web"],"latest_commit_sha":null,"homepage":"https://fintechstudios.github.io/angularjs-mdc/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fintechstudios.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2017-06-28T17:33:40.000Z","updated_at":"2020-05-18T19:03:43.000Z","dependencies_parsed_at":"2023-04-10T17:49:04.779Z","dependency_job_id":null,"html_url":"https://github.com/fintechstudios/angularjs-mdc","commit_stats":{"total_commits":424,"total_committers":5,"mean_commits":84.8,"dds":0.3136792452830188,"last_synced_commit":"3f2d3219b4acbe7b9bf26ed44b99d88825a7d423"},"previous_names":[],"tags_count":50,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fintechstudios%2Fangularjs-mdc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fintechstudios%2Fangularjs-mdc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fintechstudios%2Fangularjs-mdc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fintechstudios%2Fangularjs-mdc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fintechstudios","download_url":"https://codeload.github.com/fintechstudios/angularjs-mdc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253486163,"owners_count":21916132,"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":["angularjs","angularjs-mdc","material","material-design","material-design-components","mdc","mdc-web"],"created_at":"2024-08-03T16:00:51.753Z","updated_at":"2026-03-06T18:24:51.411Z","avatar_url":"https://github.com/fintechstudios.png","language":"JavaScript","readme":"# angularjs-mdc  [![CircleCI](https://circleci.com/gh/fintechstudios/angularjs-mdc/tree/master.svg?style=svg)](https://circleci.com/gh/fintechstudios/angularjs-mdc/tree/master)\n\nAngularJS wrapper for [Material Design Components Web](https://material.io/components/web/)\n\n[Demos](https://fintechstudios.github.io/angularjs-mdc/) - automatically updated with every release\n\n# Archival Notice\n\nFinTech Studios is phasing out our usage of this library as we transition our app from AngularJS to Angular. This repo\nwill be archived when our transition is further along. May it rest easily with AngularJS.\n\n## Rationale\n\nThis package aims to wrap core MDC functionality in AngularJS components with the primary goal of\nbeing an easy and suitable replacement for angular-material.\n\n## Building\n\n### Setup\n`npm install`\n\n### Commands Available\n- `npm run build` - build a development ready version in `dist/`\n- `npm run serve` - build a development version to memory, demos available at `localhost:8080`\n- `npm run build:min` - build a production-ready version in `dist/`\n- `npm run build:demos` - just build the demo css into /demos/assets/\n\n## Testing\n- `npm run test` - run auto-refreshing unit tests against source\n- `npm run test:ci` - single-run unit tests against minified distributable\n\n\n## Coverage\n\n| Component       | Status              | Module           |\n| --------------- | ------------------- | ---------------- |\n| button          | :white_check_mark:  | mdc.button       |\n| card            | :white_check_mark:  | SCSS \u0026 CSS only  |\n| chip            | :x:                 | |\n| checkbox        | :white_check_mark:  | mdc.checkbox     |\n| dialog          | :white_check_mark:  | mdc.dialog       |\n| drawer          | :x:                 | |\n| elevation       | :white_check_mark:  | SCSS \u0026 CSS only  |\n| fab             | :x:                 | |\n| form-field      | :white_check_mark:  | mdc.form-field   |\n| grid-list       | :white_check_mark:  | mdc.grid-list    |\n| icon            | :white_check_mark:  | mdc.icon         |\n| icon-toggle     | :white_check_mark:  | mdc.icon-toggle  |\n| linear-progress | :x:                 | |\n| list            | :white_check_mark:  | mdc.list         |\n| menu            | :white_check_mark:  | mdc.menu         |\n| radio           | :white_check_mark:  | mdc.radio        |\n| ripple          | :white_check_mark:  | mdc.ripple       |\n| select          | :white_check_mark:  | mdc.select       |\n| slider          | :x:                 | |\n| snackbar        | :white_check_mark:  | mdc.snackbar     |\n| switch          | :white_check_mark:  | mdc.switch       |\n| tabs            | :white_check_mark:  | mdc.tabs         |\n| textfield       | :white_check_mark:  | mdc.textfield    |\n| theme           | :white_check_mark:  | SCSS \u0026 CSS only  |\n| toolbar         | :x:                 | |\n| typography      | :white_check_mark:  | SCSS \u0026 CSS only  |\n","funding_links":[],"categories":["Material Components Web (MDC Web)"],"sub_categories":["MDC Web Framework Integrations"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffintechstudios%2Fangularjs-mdc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffintechstudios%2Fangularjs-mdc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffintechstudios%2Fangularjs-mdc/lists"}