{"id":21585096,"url":"https://github.com/angular-ru/angular-ru-tooltip-example-app","last_synced_at":"2026-02-02T01:33:44.210Z","repository":{"id":90970955,"uuid":"334505227","full_name":"Angular-RU/angular-ru-tooltip-example-app","owner":"Angular-RU","description":"DEMO: https://angular-ru.github.io/angular-ru-tooltip-example-app/","archived":false,"fork":false,"pushed_at":"2021-07-07T14:02:55.000Z","size":2430,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-22T13:06:24.894Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","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/Angular-RU.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":"2021-01-30T20:30:28.000Z","updated_at":"2021-07-07T14:02:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"0f4bb52e-f739-4f6f-9441-269a883ceb03","html_url":"https://github.com/Angular-RU/angular-ru-tooltip-example-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Angular-RU/angular-ru-tooltip-example-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Angular-RU%2Fangular-ru-tooltip-example-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Angular-RU%2Fangular-ru-tooltip-example-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Angular-RU%2Fangular-ru-tooltip-example-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Angular-RU%2Fangular-ru-tooltip-example-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Angular-RU","download_url":"https://codeload.github.com/Angular-RU/angular-ru-tooltip-example-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Angular-RU%2Fangular-ru-tooltip-example-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28999828,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T01:32:03.847Z","status":"ssl_error","status_checked_at":"2026-02-02T01:32:03.458Z","response_time":56,"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":[],"created_at":"2024-11-24T15:08:58.720Z","updated_at":"2026-02-02T01:33:44.194Z","avatar_url":"https://github.com/Angular-RU.png","language":"HTML","readme":"## Tooltip directive for your Angular app\n\n[![npm version](https://badge.fury.io/js/%40angular-ru%2Ftooltip.svg)](https://badge.fury.io/js/%40angular-ru%2Ftooltip)\n[![npm-stat](https://img.shields.io/npm/dt/@angular-ru/tooltip.svg)](https://npm-stat.com/charts.html?package=@angular-ru/tooltip\u0026from=2017-01-12)\n\n## Introduction\n\nDemo: https://angular-ru.github.io/angular-ru-tooltip-example-app/\n\n```bash\n$ npm install @angular-ru/tooltip\n```\n\n-   Add styles to `styles.scss` file:\n\n```scss\n@import '~@angular-ru/tooltip/styles';\n\n// ...\n```\n\n```ts\nimport { TooltipModule } from '@angular-ru/tooltip';\nimport { NgModule } from '@angular/core';\n\n@NgModule({\n    imports: [\n        // ...\n        TooltipModule.forRoot()\n    ]\n})\nexport class AppModule {}\n```\n\n#### Basic example\n\n```html\n\u003cdiv tooltip=\"Bottom\" tooltip-placement=\"bottom\"\u003eBottom\u003c/div\u003e\n\u003cdiv tooltip=\"Right\" tooltip-placement=\"right\"\u003eRight\u003c/div\u003e\n\u003cdiv tooltip=\"Left\" tooltip-placement=\"left\"\u003eLeft\u003c/div\u003e\n\u003cdiv tooltip=\"Top\" tooltip-placement=\"top\"\u003eTop\u003c/div\u003e\n```\n\nThe value of option `'[tooltip-placement]'` by default is `'top'`.\n\n#### A custom template for the tooltip (html)\n\n```html\n\u003cdiv [tooltip]=\"tooltipTemplate\" [tooltip-context]=\"{ name: 'Max' }\" tooltip-placement=\"bottom\"\u003eBottom with HTML\u003c/div\u003e\n\n\u003cng-template #tooltipTemplate let-context\u003e\n    \u003cspan style=\"text-decoration: underline; color: yellow\"\u003eHello {{ context.name }}\u003c/span\u003e\n\u003c/ng-template\u003e\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangular-ru%2Fangular-ru-tooltip-example-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangular-ru%2Fangular-ru-tooltip-example-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangular-ru%2Fangular-ru-tooltip-example-app/lists"}