{"id":24875838,"url":"https://github.com/heyheychicken/angular-wizz","last_synced_at":"2026-04-30T17:31:37.618Z","repository":{"id":211339762,"uuid":"728529765","full_name":"HeyHeyChicken/Angular-Wizz","owner":"HeyHeyChicken","description":"An Angular component that allows you to implement MSN's Wizz in your application.","archived":false,"fork":false,"pushed_at":"2023-12-08T12:59:00.000Z","size":2011,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-08T17:24:43.969Z","etag":null,"topics":["angular"],"latest_commit_sha":null,"homepage":"","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/HeyHeyChicken.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2023-12-07T06:13:33.000Z","updated_at":"2023-12-31T02:22:08.000Z","dependencies_parsed_at":"2025-03-27T02:43:25.498Z","dependency_job_id":"16e59f77-4a22-4a57-8651-d3c169f70566","html_url":"https://github.com/HeyHeyChicken/Angular-Wizz","commit_stats":null,"previous_names":["heyheychicken/angular-wizz"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HeyHeyChicken/Angular-Wizz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeyHeyChicken%2FAngular-Wizz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeyHeyChicken%2FAngular-Wizz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeyHeyChicken%2FAngular-Wizz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeyHeyChicken%2FAngular-Wizz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HeyHeyChicken","download_url":"https://codeload.github.com/HeyHeyChicken/Angular-Wizz/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeyHeyChicken%2FAngular-Wizz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32472396,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: 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"],"created_at":"2025-02-01T08:17:59.830Z","updated_at":"2026-04-30T17:31:37.605Z","avatar_url":"https://github.com/HeyHeyChicken.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003cimg src=\"https://raw.githubusercontent.com/HeyHeyChicken/Angular-Wizz/main/.github/logo.png\" alt=\"Wizz\" width=\"300\"\u003e\n\n**Angular Wizz** is a component that allows you to implement MSN's Wizz in your Angular applications.\u003cbr\u003e\n\u003c/div\u003e\n\u003cdiv align=\"center\"\u003e\n\u003cimg width=\"820px\" src=\"https://raw.githubusercontent.com/HeyHeyChicken/Angular-Wizz/main/.github/video.gif\"\u003e\n\u003c/div\u003e\n\n## 👋 Introduction\n\n**Angular Wizz** is a component that allows you to implement MSN's Wizz in your Angular applications.\u003cbr\u003e\nYou can add it to your applications for fun, hide an easter egg or sign your work 🤣\n\n## 🔧 Prerequisites\n\n[\u003cimg src=\"https://raw.githubusercontent.com/HeyHeyChicken/Angular-Wizz/main/.github/nodeJSLogo.png\" width=\"18\" /\u003e Node.js](//nodejs.org/)\u003cbr/\u003e\n[\u003cimg src=\"https://raw.githubusercontent.com/HeyHeyChicken/Angular-Wizz/main/.github/npmLogo.png\" width=\"18\" /\u003e npm](//npmjs.com/)\u003cbr/\u003e\n[\u003cimg src=\"https://raw.githubusercontent.com/HeyHeyChicken/Angular-Wizz/main/.github/angularLogo.png\" width=\"18\" /\u003e Angular](//angular.io/)\u003cbr/\u003e\n\n## ⬇️ Installation\n\nThis is a [Node.js](//nodejs.org/en/) module available through the [npm registry](//www.npmjs.com/).\u003cbr\u003e\nIf this is a brand new project, make sure to create an Angular project first with the [`npx ng new myProjectName` command](//angular.io/tutorial/tour-of-heroes/toh-pt0).\u003cbr\u003e\nInstallation is done using the [`npm install` command](//docs.npmjs.com/getting-started/installing-npm-packages-locally):\n\n```console\nnpm i @heyheychicken/angular-wizz\n```\n\n## 🚀 Usage\n\n1) Import the `WizzModule` in your standalone component our in your app module.\n```ts\n@Component({\n  ...\n  standalone: true,\n  imports: [..., WizzModule],\n  ...\n})\n```\n\n2) Add the WizzComponent in your `app.component.html` file.\n```html\n...\n\u003cwizz #wizzComponent\u003e\u003c/wizz\u003e\n...\n```\n\n3) Just write `WIZZ` (in uppercase) anywhere on your keyboard when you are using you app.\n\n4) (Optional) If you wan't to manualy trigger the wizz, just implement it in your  `app.component.ts` file.\n```ts\n  //#region Attributes\n\n  @ViewChild('wizzComponent') wizzComponent?: WizzComponent;\n\n  //#endregion\n\n  //#region Function\n\n  protected wizzButtonClicked(): void{\n    this.wizzComponent?.wizz();\n  }\n\n  //#endregion\n```\n\n\n## 💻 Compatibility\n\n\"Angular Wizz\" has only been officially tested on Angular 17.\n\n\u003cbr\u003e\n\u003cbr\u003e\n\nCreated by [Antoine Duval (HeyHeyChicken)](//antoine.cuffel.fr) with ❤ and ☕ (chocolate) in [Mesnil-Panneville](//en.wikipedia.org/wiki/Mesnil-Panneville).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheyheychicken%2Fangular-wizz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheyheychicken%2Fangular-wizz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheyheychicken%2Fangular-wizz/lists"}