{"id":21553156,"url":"https://github.com/char2sgu/angularity","last_synced_at":"2025-07-03T17:33:55.239Z","repository":{"id":225615242,"uuid":"746249065","full_name":"Char2sGu/angularity","owner":"Char2sGu","description":"Opinionated toolkit facilitating scalable application development with Angular","archived":false,"fork":false,"pushed_at":"2024-10-17T18:20:57.000Z","size":9050,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2024-10-20T19:29:01.711Z","etag":null,"topics":["angular","library","rxjs","utilities"],"latest_commit_sha":null,"homepage":"https://char2sgu.github.io/angularity/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Char2sGu.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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":"2024-01-21T14:15:25.000Z","updated_at":"2024-10-17T18:08:13.000Z","dependencies_parsed_at":"2024-03-27T19:39:17.018Z","dependency_job_id":"b2b02199-1faa-489f-bbb1-b698e42a5edd","html_url":"https://github.com/Char2sGu/angularity","commit_stats":null,"previous_names":["thenightmarex/angularity"],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Char2sGu%2Fangularity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Char2sGu%2Fangularity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Char2sGu%2Fangularity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Char2sGu%2Fangularity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Char2sGu","download_url":"https://codeload.github.com/Char2sGu/angularity/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244144510,"owners_count":20405459,"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","rxjs","utilities"],"created_at":"2024-11-24T07:09:42.230Z","updated_at":"2025-03-18T02:34:36.213Z","avatar_url":"https://github.com/Char2sGu.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angularity\n\n**Opinionated Angular toolkit facilitating scalable application development**\n\nAngularity is a collection of packages that provide high-level abstractions and utilities around Angular and the Angular ecosystem.\n\n| Package            | Description                                                      | Links                                                                                                                                                             |\n| ------------------ | ---------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| `core`             | shared utilities and concepts                                    | [docs](https://char2sgu.github.io/angularity/packages/core) , [source](https://github.com/Char2sGu/angularity/tree/develop/packages/core)                         |\n| `cdk`              | Angular CDK extensions                                           | [docs](https://char2sgu.github.io/angularity/packages/cdk) , [source](https://github.com/Char2sGu/angularity/tree/develop/packages/cdk)                           |\n| `forms`            | Angular Forms utilities                                          | [docs](https://char2sgu.github.io/angularity/packages/forms) , [source](https://github.com/Char2sGu/angularity/tree/develop/packages/forms)                       |\n| `router`           | Angular Router utilities                                         | [docs](https://char2sgu.github.io/angularity/packages/router) , [source](https://github.com/Char2sGu/angularity/tree/develop/packages/router)                     |\n| `elements`         | Angular Elements utilities                                       | [docs](https://char2sgu.github.io/angularity/packages/elements) , [source](https://github.com/Char2sGu/angularity/tree/develop/packages/elements)                 |\n| `theming`          | programmatic runtime theming system leveraging CSS variables     | [docs](https://char2sgu.github.io/angularity/packages/theming) , [source](https://github.com/Char2sGu/angularity/tree/develop/packages/theming)                   |\n| `theming-material` | Material Design theme builders for the `theming` package         | [docs](https://char2sgu.github.io/angularity/packages/theming-material) , [source](https://github.com/Char2sGu/angularity/tree/develop/packages/theming-material) |\n| `command-flow`     | centralized command/event system for building the business model | [docs](https://char2sgu.github.io/angularity/packages/command-flow) , [source](https://github.com/Char2sGu/angularity/tree/develop/packages/command-flow)         |\n| `endpoints`        | declaratively generate HTTP endpoint functions                   | [docs](https://char2sgu.github.io/angularity/packages/endpoints) , [source](https://github.com/Char2sGu/angularity/tree/develop/packages/endpoints)               |\n| `config-files`     | declaratively define, validate, and load remote config files     | [docs](https://char2sgu.github.io/angularity/packages/config-files) , [source](https://github.com/Char2sGu/angularity/tree/develop/packages/config-files)         |\n| `fire`             | Firebase and RxFire utilities                                    | [docs](https://char2sgu.github.io/angularity/packages/fire) , [source](https://github.com/Char2sGu/angularity/tree/develop/packages/fire)                         |\n\nThe following command installs all the Angularity packages. Pick and choose the packages you need for your project:\n\n```sh\nnpm i \\\n  @angularity/core \\\n  @angularity/cdk \\\n  @angularity/forms \\\n  @angularity/router \\\n  @angularity/elements \\\n  @angularity/theming \\\n  @angularity/theming-material \\\n  @angularity/command-flow \\\n  @angularity/endpoints \\\n  @angularity/config-files \\\n  @angularity/fire\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchar2sgu%2Fangularity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchar2sgu%2Fangularity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchar2sgu%2Fangularity/lists"}