{"id":26533429,"url":"https://github.com/almazrpe/ngx-kit","last_synced_at":"2025-03-21T19:05:27.598Z","repository":{"id":194767426,"uuid":"691474839","full_name":"almazrpe/ngx-kit","owner":"almazrpe","description":"Angular toolkit","archived":false,"fork":false,"pushed_at":"2025-03-21T08:06:12.000Z","size":4790,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-21T09:22:20.077Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/almazrpe.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-14T08:52:07.000Z","updated_at":"2025-03-21T08:06:15.000Z","dependencies_parsed_at":"2024-02-08T07:29:39.037Z","dependency_job_id":"21a83171-245f-4191-9f1d-a5106e6ab5d9","html_url":"https://github.com/almazrpe/ngx-kit","commit_stats":null,"previous_names":["ryzhovalex/ngx-minithings","almazrpe/ngx-kit"],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/almazrpe%2Fngx-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/almazrpe%2Fngx-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/almazrpe%2Fngx-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/almazrpe%2Fngx-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/almazrpe","download_url":"https://codeload.github.com/almazrpe/ngx-kit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244852677,"owners_count":20521155,"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":[],"created_at":"2025-03-21T19:02:18.268Z","updated_at":"2025-03-21T19:05:27.539Z","avatar_url":"https://github.com/almazrpe.png","language":"TypeScript","funding_links":[],"categories":["Third Party Components","Recently Updated"],"sub_categories":["Mixed Utilities","[Mar 20, 2025](/content/2025/03/20/README.md)"],"readme":"# ngx-kit: Angular Kit\n\nUtilities for Angular Framework.\n\n## Installation\n\nCurrently pack installations are supported:\n```sh\n# creates a tgz tarball in ./dist directory\nmake pack\n\n# and installs it at your project\nyarn add file:path/to/generated/pack\n```\n\nIn order to import styles, you need to install `tailwindcss` and specify\nlibrary's content in your `tailwind.config.js`:\n```js\nmodule.exports = {\n  content: [\n    ...\n    \"./node_modules/almazrpe/ngx-kit/**/*.{html,ts}\"\n  ]\n}\n```\n\nTailwind uses as minimal final generated stylesheet as possible, scanning your\nfiles, but it is possible for some styles to not load correctly, for these\ncases we recommend to additionally add this safelist configuration:\n```js\nmodule.exports = {\n  ...\n  safelist: [\n    \"bg-sky-200\",\n    \"text-sky-800\",\n    \"bg-yellow-200\",\n    \"text-yellow-800\",\n    \"bg-red-200\",\n    \"text-red-800\"\n  ]\n}\n```\n\n\u003e ⚠️ In order to import other assets, you need to copy-paste them into your\n\u003e app's `assets/ngx-kit` directory.\n\n## Contributing\n\nThe library itself is located inside `projects/ngx-kit`. For manual\ntesting and checking things out, the `projects/testground` is used.\n\nFor the invited contributors, each feature is implemented in a separate branch,\nthen a pull request to `main` is dropped.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falmazrpe%2Fngx-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falmazrpe%2Fngx-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falmazrpe%2Fngx-kit/lists"}