{"id":24296656,"url":"https://github.com/fullstack-devops/ngx-mat-components","last_synced_at":"2025-03-06T08:15:10.723Z","repository":{"id":60505048,"uuid":"523334327","full_name":"fullstack-devops/ngx-mat-components","owner":"fullstack-devops","description":"Components for @angular/material","archived":false,"fork":false,"pushed_at":"2025-01-06T08:58:56.000Z","size":1309,"stargazers_count":1,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-26T23:15:22.750Z","etag":null,"topics":["angular","library","material-design"],"latest_commit_sha":null,"homepage":"https://fullstack-devops.github.io/ngx-mat-components","language":"SCSS","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/fullstack-devops.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"eksrha","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2022-08-10T12:26:59.000Z","updated_at":"2025-01-06T09:33:53.000Z","dependencies_parsed_at":"2024-11-25T22:21:19.971Z","dependency_job_id":"60024f3a-b875-45b7-a0f3-ad3531b489ed","html_url":"https://github.com/fullstack-devops/ngx-mat-components","commit_stats":{"total_commits":71,"total_committers":1,"mean_commits":71.0,"dds":0.0,"last_synced_commit":"6344df09f18c2d274090a1a61cb464161820b8e9"},"previous_names":["fullstack-devops/ngx-mat-components","fullstack-devops/ng-mat-components"],"tags_count":34,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullstack-devops%2Fngx-mat-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullstack-devops%2Fngx-mat-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullstack-devops%2Fngx-mat-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullstack-devops%2Fngx-mat-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fullstack-devops","download_url":"https://codeload.github.com/fullstack-devops/ngx-mat-components/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242171481,"owners_count":20083557,"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","library","material-design"],"created_at":"2025-01-16T19:25:26.592Z","updated_at":"2025-03-06T08:15:10.699Z","avatar_url":"https://github.com/fullstack-devops.png","language":"SCSS","funding_links":["https://github.com/sponsors/eksrha"],"categories":[],"sub_categories":[],"readme":"# @fullstack-devops/ngx-mat-components\n\n[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/fullstack-devops/ngx-mat-components/release.yml?logo=GitHub%20Actions)](#)\n[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/fullstack-devops/ngx-mat-components)](https://github.com/fullstack-devops/ngx-mat-components/releases)\n\n**Downloads:**\n\n[![GitHub release (latest by date)](https://img.shields.io/github/downloads/fullstack-devops/ngx-mat-components/latest/total?style=flat\u0026label=GitHub%20downloads%40latest\u0026logo=GitHub)](https://github.com/fullstack-devops/ngx-mat-components/pkgs/npm/ngx-mat-components)\n[![npm](https://img.shields.io/npm/dw/@fullstack-devops/ngx-mat-components?style=flat\u0026label=npm%20downloads\u0026logo=npm)](https://www.npmjs.com/package/@fullstack-devops/ngx-mat-components)\n\n**License:**\n\n[![GitHub](https://img.shields.io/github/license/fullstack-devops/ngx-mat-components?style=flat)](#)\n\nComponents for @angular/material\n\n## Installation\n\n- yarn\n  ```shell\n  yarn add @fullstack-devops/ngx-mat-components\n  ```\n- npm\n  ```shell\n  npm install @fullstack-devops/ngx-mat-components\n  ```\n\n### Installation via GitHub packages\n\nadd to your local `.npmrc` the following line to be able to use this package:\n\n```shell\n@fullstack-devops:registry=https://npm.pkg.github.com\n```\n\n## Documentation\n\nLive Demo with all current modules at https://fullstack-devops.github.io/ngx-mat-components\n\nApi Documentation: https://fullstack-devops.github.io/libraries/ngx-mat-components.\n\n## Development server\n\nRun `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.\n\n## Code scaffolding\n\nRun `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.\n\n## Build\n\nRun `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.\n\n## Running unit tests\n\nRun `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).\n\n## Running end-to-end tests\n\nRun `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.\n\n## Further help\n\nTo get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffullstack-devops%2Fngx-mat-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffullstack-devops%2Fngx-mat-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffullstack-devops%2Fngx-mat-components/lists"}