{"id":23735458,"url":"https://github.com/rperezll/ng-fast-toast","last_synced_at":"2026-02-24T01:34:06.366Z","repository":{"id":270096368,"uuid":"866100735","full_name":"rperezll/ng-fast-toast","owner":"rperezll","description":"A fast \u0026 lightweight library for Angular 18+ (Ionic compatible) to handle alerts and notifications effortlessly, styled with Tailwind CSS and using Shadow DOM for production","archived":false,"fork":false,"pushed_at":"2025-02-03T11:03:26.000Z","size":635,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T12:42:15.308Z","etag":null,"topics":["alerts","angular","ionic","notifications","open-source","shadowdom","toast"],"latest_commit_sha":null,"homepage":"https://ng-fast-toast.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rperezll.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-01T16:42:30.000Z","updated_at":"2025-07-24T14:37:45.000Z","dependencies_parsed_at":"2025-09-04T10:31:11.771Z","dependency_job_id":"9b7a174a-12cd-4f3e-9ab3-7f1f3b5b9621","html_url":"https://github.com/rperezll/ng-fast-toast","commit_stats":null,"previous_names":["rperezll/ng-fast-toast"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/rperezll/ng-fast-toast","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rperezll%2Fng-fast-toast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rperezll%2Fng-fast-toast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rperezll%2Fng-fast-toast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rperezll%2Fng-fast-toast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rperezll","download_url":"https://codeload.github.com/rperezll/ng-fast-toast/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rperezll%2Fng-fast-toast/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29766661,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T01:28:30.166Z","status":"ssl_error","status_checked_at":"2026-02-24T01:28:27.518Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["alerts","angular","ionic","notifications","open-source","shadowdom","toast"],"created_at":"2024-12-31T06:17:38.994Z","updated_at":"2026-02-24T01:34:06.362Z","avatar_url":"https://github.com/rperezll.png","language":"TypeScript","funding_links":[],"categories":["Third Party Components","Recently Updated"],"sub_categories":["Notifications","[Feb 12, 2025](/content/2025/02/12/README.md)"],"readme":"# Ng-fast-toast\n\nA **fast** and **lightweight** library for **Angular 18+**, also **compatible with Ionic** projects (based on Angular), that makes **handling alerts and notifications** effortless. Styled with Tailwind but built for production with a **fully agnostic approach using Shadow DOM**.\n\n_\"Fast alerts, no hassle and powered by Shadow DOM!\"_\n\nYou can try the [**Live Demo**](https://ng-fast-toast.vercel.app)\n\n## ✨ Features\n\n- 💡 **Easy to use**: Simple API to trigger notifications with various types and styles.\n- 🎨 **Customizable**: Fully configurable notification styles.\n- 🌐 **Agnostic**: A library with encapsulated styles, designed to work seamlessly across a wide range of Angular project configurations.\n- 🥰 **Minimal**: Only requires dependencies from Angular, ensuring a lightweight and hassle-free integration.\n\n## 🕹️ Installation and Usage\n\n1. **Install the library:**\n\n```bash\nnpm i ng-fast-toast@latest\n```\n\n3. **Import the toast component `NgFastToastComponent`:**\n\n```ts\nimport { Component } from \"@angular/core\";\nimport { NgFastToastComponent } from \"ng-fast-toast\";\n\n@Component({\n  selector: \"app-root\",\n  standalone: true,\n  imports: [NgFastToastComponent],\n  templateUrl: \"./app.component.html\",\n})\nexport class AppComponent {}\n```\n\n4. **Add the `\u003cng-fast-toast\u003e` selector:**\n\n```html\n\u003cng-fast-toast\u003e\u003c/ng-fast-toast\u003e\n```\n\nA log message `🍞 ng-fast-toast initialized correctly with default config.` is print in the browser console.\n\n5. **Use the toast service:**\n\n```ts\ntoast = inject(NgFastToastService);\n\nngOnInit() {\n  this.toast.success({content: 'ng-fast-toast are ready!'});\n}\n```\n\nNow you can showcase the `success` notification example 🚀.\n\n## 📱 Ionic Support\n\nThis library is **fully compatible with your Ionic project** (based on Angular). You can try the [Ionic test project](/test/ionic-project) to see the configuration and usage of the library.\n\n## 📚 Documentation\n\nYou can find the full configuration and additional details in the [**complete documentation site**](https://ng-fast-toast.rperezll.dev/).\n\n## 📝 License\n\nCopyright © 2025 rperezll (https://github.com/rperezll)\n\n- This project is licensed under the **GPL-3.0 License**.\n- See the [**LICENSE file**](https://github.com/atmgrupomaggioli/docshub/blob/main/LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frperezll%2Fng-fast-toast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frperezll%2Fng-fast-toast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frperezll%2Fng-fast-toast/lists"}