{"id":20976481,"url":"https://github.com/shortthirdman/ngx-webcomponents","last_synced_at":"2026-04-21T08:02:54.696Z","repository":{"id":38817149,"uuid":"356227428","full_name":"shortthirdman/ngx-webcomponents","owner":"shortthirdman","description":"A library of Angular (based in TypeScript) UI web components ","archived":false,"fork":false,"pushed_at":"2022-06-02T19:25:53.000Z","size":388,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-27T18:28:00.913Z","etag":null,"topics":["angular","library","ngx","typescript"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@shortthirdman/ngx-webcomponents","language":"TypeScript","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/shortthirdman.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}},"created_at":"2021-04-09T10:15:40.000Z","updated_at":"2023-03-17T12:36:36.000Z","dependencies_parsed_at":"2022-09-09T07:30:24.797Z","dependency_job_id":null,"html_url":"https://github.com/shortthirdman/ngx-webcomponents","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shortthirdman/ngx-webcomponents","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shortthirdman%2Fngx-webcomponents","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shortthirdman%2Fngx-webcomponents/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shortthirdman%2Fngx-webcomponents/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shortthirdman%2Fngx-webcomponents/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shortthirdman","download_url":"https://codeload.github.com/shortthirdman/ngx-webcomponents/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shortthirdman%2Fngx-webcomponents/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32082780,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T06:27:27.065Z","status":"ssl_error","status_checked_at":"2026-04-21T06:27:21.250Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","ngx","typescript"],"created_at":"2024-11-19T04:54:06.547Z","updated_at":"2026-04-21T08:02:54.682Z","avatar_url":"https://github.com/shortthirdman.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NGX Web Components UI\n\n![Apache 2.0 License](https://img.shields.io/github/license/shortthirdman/ngx-webcomponents)\n![GitHub package.json version](https://img.shields.io/github/package-json/v/shortthirdman/ngx-webcomponents?color=blue)\n![GitHub contributors](https://img.shields.io/github/contributors/shortthirdman/ngx-webcomponents?color=blue)\n[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/shortthirdman/ngx-webcomponents/issues)\n![Last commit on](https://img.shields.io/github/last-commit/shortthirdman/ngx-webcomponents?color=green)\n[![Angular CLI](https://img.shields.io/github/package-json/dependency-version/shortthirdman/ngx-webcomponents/dev/@angular/cli/main)](https://angular.io/cli)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](http://makeapullrequest.com)\n[![first-timers-only](https://img.shields.io/badge/first--timers--only-friendly-blue.svg?style=flat)](https://www.firsttimersonly.com/)\n\n\n**Working on your first Pull Request?** You can learn how from this *free* series [How to Contribute to an Open Source Project on GitHub](https://kcd.im/pull-request)\n\nThis project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.4.\n[NGX Web Components UI](https://npmjs.com/package/ngx-webcomponents) is free and open-source library for various web-based 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. Use the `--prod` flag for a production build.\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 [Protractor](http://www.protractortest.org/).\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\n## Developer Resources\n\n* [Angular + npm - How to Publish an Angular Component to npm](https://jasonwatmore.com/post/2020/06/16/angular-npm-how-to-publish-an-angular-component-to-npm)\n* [Complete beginner guide to publishing an Angular library to npm](https://medium.com/angular-in-depth/complete-beginner-guide-to-publish-an-angular-library-to-npm-d42343801660)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshortthirdman%2Fngx-webcomponents","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshortthirdman%2Fngx-webcomponents","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshortthirdman%2Fngx-webcomponents/lists"}