{"id":15295264,"url":"https://github.com/aavanzyl/ngx-tiny","last_synced_at":"2025-10-11T22:36:43.101Z","repository":{"id":36463029,"uuid":"219683118","full_name":"aavanzyl/ngx-tiny","owner":"aavanzyl","description":"Implementation of Light Weight Angular Components for Production Applications","archived":false,"fork":false,"pushed_at":"2023-05-07T05:00:58.000Z","size":8777,"stargazers_count":7,"open_issues_count":17,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T16:05:50.789Z","etag":null,"topics":["angular","angular-library","angular8","code-highlight","multi-select","ngx-tiny","tabs"],"latest_commit_sha":null,"homepage":"https://aavanzyl.github.io/ngx-tiny","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/aavanzyl.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":"2019-11-05T07:27:15.000Z","updated_at":"2021-11-17T10:04:11.000Z","dependencies_parsed_at":"2024-11-15T12:46:20.560Z","dependency_job_id":null,"html_url":"https://github.com/aavanzyl/ngx-tiny","commit_stats":{"total_commits":67,"total_committers":1,"mean_commits":67.0,"dds":0.0,"last_synced_commit":"cdfc5977a74a6c9affbcc628d873b28b63faf79c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aavanzyl%2Fngx-tiny","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aavanzyl%2Fngx-tiny/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aavanzyl%2Fngx-tiny/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aavanzyl%2Fngx-tiny/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aavanzyl","download_url":"https://codeload.github.com/aavanzyl/ngx-tiny/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248741206,"owners_count":21154254,"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","angular-library","angular8","code-highlight","multi-select","ngx-tiny","tabs"],"created_at":"2024-09-30T17:09:15.725Z","updated_at":"2025-10-11T22:36:38.051Z","avatar_url":"https://github.com/aavanzyl.png","language":"TypeScript","funding_links":["https://www.patreon.com/bePatron?u=27640996"],"categories":[],"sub_categories":[],"readme":"# ngx-tiny\n\nProduction ready Angular components build for my personal project I am now open sourcing for use by the community. \n\n* Light Weight Angular Component Library.\n* Angular 10 Implementation\n* Compatible with Angular SSR \n* Limited to no Dependencies. When ever possible and in most cases, zero dependencies are added to the modules.\n\nDocumentation can be found here : [Read ngx-tiny Docs](https://aavanzyl.github.io/ngx-tiny)\n\nProjects I use this:\n* [Advory Wedding Directory](https://advory.co.za)\n\n### Libs:\nInputs\n* [ngx-single-select][ngx-single-select]      \n![minzipped size](https://img.shields.io/bundlephobia/minzip/@ngx-tiny/single-select?style=flat-square)\n* [ngx-multi-select][ngx-multi-select]      \n![minzipped size](https://img.shields.io/bundlephobia/minzip/@ngx-tiny/multi-select?style=flat-square)\n* [ngx-switch-input][ngx-switch-input]      \n![minzipped size](https://img.shields.io/bundlephobia/minzip/@ngx-tiny/switch-input?style=flat-square)\n* [ngx-date-picker][ngx-date-picker]        \n![minzipped size](https://img.shields.io/bundlephobia/minzip/@ngx-tiny/date-picker?style=flat-square)\n* [ngx-time-picker][ngx-time-picker]        \n![minzipped size](https://img.shields.io/bundlephobia/minzip/@ngx-tiny/time-picker?style=flat-square)\n* [ngx-quill-editor][ngx-quill-editor]      \n![minzipped size](https://img.shields.io/bundlephobia/minzip/@ngx-tiny/quill-editor?style=flat-square)\n\nComponents\n* [ngx-code-highlight][ngx-code-highlight]      \n![minzipped size](https://img.shields.io/bundlephobia/minzip/@ngx-tiny/code-highlight?style=flat-square)\n* [ngx-tabs][ngx-tabs]      \n![minzipped size](https://img.shields.io/bundlephobia/minzip/@ngx-tiny/tabs?style=flat-square)\n\nDirectives\n* [ngx-clipboard][ngx-clipboard]        \n![minzipped size](https://img.shields.io/bundlephobia/minzip/@ngx-tiny/clipboard?style=flat-square)\n\nServices\n* [ngx-gtag][ngx-gtag]        \n![minzipped size](https://img.shields.io/bundlephobia/minzip/@ngx-tiny/gtag?style=flat-square)\n\n## Development\n\n#### Local Development\n1. Run `npm run build` to build all the packages, after this, to build a single package run `npm run package:\u003cpackage-name\u003e\n2. Run `ng serve` to serve the documentation where the usage of the packages will be pulled in\n\n#### Adding a new package\n1. Create a new `nxg-\u003cpackage-name\u003e` under `dist`\n2. Update `paths` in `tsconfig.json` to include the new package\n3. Add new script to `package.json` under `package:\u003cpackage-name\u003e` that will enable compilation of package during build\n4. Update `angular.js` to include the package as part of its build cycle\n5. Add new package to `app/shared/shared.module.ts` for angular to import the components\n6. Update the `app-routing`, `side-menu` with your new component section following other component sections patterns\n\n#### Package Deployment\n1. Update the `version` in the package being updated\n2. Run `npm run build` to build all the packages ready for production\n3. Commit the changes before running `npm run docs` to separate the commits from each other\n4. Run `npm run docs` to compile the docs for github pages and commit changes.\n5. Navigate to `dist/\u003cpackage-name\u003e` and run `npm publish` to publish the packages that was updated.\n\n## Support\n\nSupport me by [becoming a patron](https://www.patreon.com/bePatron?u=27640996) and buying me a beer :) \n\n## License\nSee the [LICENSE][license] file.\n\n[license]: /LICENSE\n[contributing]: /CONTRIBUTING.md\n[docs]: /DOCUMENTATION.md \n\n[ngx-single-select]: projects/ngx-single-select/README.md \n[ngx-multi-select]: projects/ngx-multi-select/README.md \n[ngx-code-highlight]: projects/ngx-code-highlight/README.md\n[ngx-quill-editor]: projects/ngx-quill-editor/README.md\n[ngx-switch-input]: projects/ngx-switch-input/README.md\n[ngx-date-picker]: projects/ngx-date-picker/README.md\n[ngx-time-picker]: projects/ngx-time-picker/README.md\n[ngx-clipboard]: projects/ngx-clipboard/README.md\n[ngx-gtag]: projects/ngx-gtag/README.md\n[ngx-tabs]: projects/ngx-tabs/README.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faavanzyl%2Fngx-tiny","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faavanzyl%2Fngx-tiny","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faavanzyl%2Fngx-tiny/lists"}