{"id":15574082,"url":"https://github.com/michaelbazos/ui-toolkit","last_synced_at":"2026-04-11T07:44:03.089Z","repository":{"id":86308197,"uuid":"83583251","full_name":"michaelbazos/ui-toolkit","owner":"michaelbazos","description":"A library of components for your angular application","archived":false,"fork":false,"pushed_at":"2017-06-08T08:33:16.000Z","size":14,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T07:11:26.602Z","etag":null,"topics":["angular2","library","typescript","ui-components"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/michaelbazos.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":"2017-03-01T17:43:50.000Z","updated_at":"2022-11-21T15:45:28.000Z","dependencies_parsed_at":"2023-03-10T15:45:52.980Z","dependency_job_id":null,"html_url":"https://github.com/michaelbazos/ui-toolkit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/michaelbazos/ui-toolkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelbazos%2Fui-toolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelbazos%2Fui-toolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelbazos%2Fui-toolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelbazos%2Fui-toolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaelbazos","download_url":"https://codeload.github.com/michaelbazos/ui-toolkit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelbazos%2Fui-toolkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31673067,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["angular2","library","typescript","ui-components"],"created_at":"2024-10-02T18:15:22.039Z","updated_at":"2026-04-11T07:44:03.084Z","avatar_url":"https://github.com/michaelbazos.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ui-toolkit\n\nA library of UI components for your Angular 2 applications. Compliant with the [Angular Package Format v4.0](https://goo.gl/AMOU5G).\n\n## Features\n\n - Generation to various module formats: FESM15, FESM5, UMD\n - Type definitions\n - Metadata for AOT compilation\n\n## Getting started\n\n1. Install the library\n\n  ```\n  npm install ui-toolkit --save   // --save is implicit as of npm 5.0\n  ```\n\n2. Import it in your application\n\n  ```ts\n  // Import the desired module from ui-toolkit library\n  import { SampleModule } from 'ui-toolkit';\n   \n  @NgModule({\n    declarations: [\n      AppComponent\n    ],\n    imports: [\n      ... ,\n   \n      SampleModule\n    ],\n    providers: [],\n    bootstrap: [AppComponent]\n  })\n  \n  export class AppModule { }\n  ```\n\n3. Use it\n\n  ```html\n  \u003csample-component\u003e\u003c/sample-component\u003e\n  ```\n\n## License\n\nMIT © [Michael Bazos](mailto:micabazos@gmail.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelbazos%2Fui-toolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelbazos%2Fui-toolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelbazos%2Fui-toolkit/lists"}