{"id":47529840,"url":"https://github.com/signalityjs/signality","last_synced_at":"2026-05-23T22:02:13.811Z","repository":{"id":345629845,"uuid":"1126746223","full_name":"signalityjs/signality","owner":"signalityjs","description":"Reactive utilities for Angular","archived":false,"fork":false,"pushed_at":"2026-05-02T20:20:00.000Z","size":5826,"stargazers_count":161,"open_issues_count":9,"forks_count":6,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-05-02T21:17:03.308Z","etag":null,"topics":["angular","cdk","javascript","signals","typescript","utilities","webapi"],"latest_commit_sha":null,"homepage":"https://signality.dev","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/signalityjs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-02T13:59:11.000Z","updated_at":"2026-05-02T20:20:02.000Z","dependencies_parsed_at":"2026-03-20T15:20:49.510Z","dependency_job_id":null,"html_url":"https://github.com/signalityjs/signality","commit_stats":null,"previous_names":["signalityjs/signality"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/signalityjs/signality","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/signalityjs%2Fsignality","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/signalityjs%2Fsignality/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/signalityjs%2Fsignality/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/signalityjs%2Fsignality/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/signalityjs","download_url":"https://codeload.github.com/signalityjs/signality/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/signalityjs%2Fsignality/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33413623,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T18:09:33.147Z","status":"ssl_error","status_checked_at":"2026-05-23T18:09:31.380Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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","cdk","javascript","signals","typescript","utilities","webapi"],"created_at":"2026-03-27T22:00:28.420Z","updated_at":"2026-05-23T22:02:13.795Z","avatar_url":"https://github.com/signalityjs.png","language":"TypeScript","funding_links":[],"categories":["Third Party Components","TypeScript"],"sub_categories":["Mixed Utilities"],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"logo.svg\" alt=\"Signality logo\" width=\"100px\" height=\"100px\"/\u003e\n  \u003cbr\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://signality.dev\"\u003e\u003cstrong\u003esignality.dev\u003c/strong\u003e\u003c/a\u003e\n  \u003cbr\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"CONTRIBUTING.md\"\u003eContributing Guidelines\u003c/a\u003e\n  ·\n  \u003ca href=\"https://github.com/signalityjs/signality/issues\"\u003eSubmit an Issue\u003c/a\u003e\n  \u003cbr\u003e\n  \u003cbr\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/@signality/core\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/@signality/core.svg?logo=npm\u0026logoColor=fff\u0026label=NPM+package\u0026color=limegreen\" alt=\"Signality on npm\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003chr\u003e\n\nA collection of atomic utilities for building reactive compositions in [Angular](https://angular.dev).\n\n\u003e **Signality v0.3 is here!** 🎉  \n\u003e Help us test it in your projects — minor versions may include API refinements as we fine-tune the library based on real-world feedback.\n\n## Overview\n\n**Key Features:**\n\n- **Signal-first design** — built on top of Angular [Signals](https://angular.dev/guide/signals), abstracting away from RxJS\n- **Automatic cleanup** — utilities manage resource lifecycles automatically\n- **SSR-compatible** — browser APIs are guarded with safe defaults on the server\n- **Reactive inputs** — seamlessly handles static and reactive values\n- **Tree-Shakable** — only the code you use ends up in your bundle\n\n## Framework Compatibility\n\nSignality requires the following minimum versions:\n\n| Tool        | Minimum Version |\n|-------------|-----------------|\n| **Angular** | `v20.0.0`       |\n\n## Installation\n\n### 📦 Core Package\n\n`@signality/core` is the main package containing browser utilities, element utilities, and general-purpose reactive helpers:\n\n```bash\npnpm add @signality/core\n```\n\nOr with npm/yarn:\n\n```bash\nnpm install @signality/core\n# or\nyarn add @signality/core\n```\n\n### 🔌 Additional Packages\n\nSignality also provides specialized integration packages:\n\n#### CDK Integration\n\nSignal-based utilities for Angular CDK:\n\n```bash\npnpm add @signality/cdk-interop\n```\n\n**Note:** `@signality/cdk-interop` requires both `@signality/core` and `@angular/cdk` as peer dependencies.\n\n## Usage\n\nRead the full documentation here: \u003ca href=\"https://signality.dev\" rel=\"noopener noreferrer\"\u003ehttps://signality.dev\u003c/a\u003e\n\n### Quick Example\n\n```ts\nimport { Component, effect } from '@angular/core';\nimport { storage, speechSynthesis, favicon } from '@signality/core';\n\n@Component({\n  template: `\n    \u003cinput [(ngModel)]=\"value\" /\u003e\n    \u003cbutton (click)=\"synthesis.speak(value())\"\u003eSpeak\u003c/button\u003e\n  `,\n})\nexport class Demo {\n  readonly value = storage('key', ''); // Web Storage API\n  readonly synthesis = speechSynthesis(); // Web Speech API\n  readonly fav = favicon(); // Dynamic Favicon\n\n  constructor() {\n    effect(() =\u003e {\n      if (this.synthesis.isSpeaking()) {\n        this.fav.setEmoji('🔊');\n      } else {\n        this.fav.reset();\n      }\n    });\n  }\n}\n```\n\n## Packages\n\n| Package                                                                          | Description                                                                                     |\n|----------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------|\n| [`@signality/core`](https://www.npmjs.com/package/@signality/core)               | Core utilities: browser APIs, element utilities, reactive helpers, router and forms integration |\n| [`@signality/cdk-interop`](https://www.npmjs.com/package/@signality/cdk-interop) | CDK integration: focus monitoring, interactivity checking, and input modality detection         |\n\n## Releases\n\nFor changelog, refer to the [automatically generated changelog](/CHANGELOG.md).\n\n---\n\n## Development\n\nThis section is for contributors and developers who want to work on Signality.\n\n### Development Environment\n\nThe following tools are required for local development:\n\n| Tool        | Minimum Version | Notes                                      |\n|-------------|-----------------|--------------------------------------------|\n| **Node.js** | `v20.19.0`      | Aligns with active LTS versions used in CI |\n| **npm**     | Not supported   | ❌ Please use **pnpm** instead (see below)  |\n| **pnpm**    | `v9.12.0`       | ✅ Preferred package manager                |\n\n### Contributing\n\nPlease follow our [contributing guidelines](/CONTRIBUTING.md).\n\n## License\n\nLicensed under the [MIT](/LICENSE) License, Copyright © 2025-present.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsignalityjs%2Fsignality","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsignalityjs%2Fsignality","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsignalityjs%2Fsignality/lists"}