{"id":19757838,"url":"https://github.com/meepobrother/meepo-category","last_synced_at":"2026-05-16T18:02:07.758Z","repository":{"id":57294081,"uuid":"115907143","full_name":"meepobrother/meepo-category","owner":"meepobrother","description":"分类相关","archived":false,"fork":false,"pushed_at":"2018-01-06T10:29:47.000Z","size":1681,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T09:23:17.398Z","etag":null,"topics":["angular","category","meepo"],"latest_commit_sha":null,"homepage":"https://meepo.com.cn/meepo/ng/category/","language":"JavaScript","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/meepobrother.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}},"created_at":"2018-01-01T08:13:43.000Z","updated_at":"2018-01-04T02:12:28.000Z","dependencies_parsed_at":"2022-09-01T08:42:08.581Z","dependency_job_id":null,"html_url":"https://github.com/meepobrother/meepo-category","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/meepobrother/meepo-category","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meepobrother%2Fmeepo-category","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meepobrother%2Fmeepo-category/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meepobrother%2Fmeepo-category/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meepobrother%2Fmeepo-category/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meepobrother","download_url":"https://codeload.github.com/meepobrother/meepo-category/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meepobrother%2Fmeepo-category/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269799505,"owners_count":24477643,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","category","meepo"],"created_at":"2024-11-12T03:21:35.229Z","updated_at":"2025-10-04T11:20:38.922Z","avatar_url":"https://github.com/meepobrother.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## qrcode for angular\n```html\n\u003ccategory #category\u003e\n    \u003cng-template #ref let-item\u003e\n        \u003ch2\u003e{{item.title}}\u003c/h2\u003e\n        \u003cul\u003e\n            \u003cli (click)=\"setItem(data)\" *ngFor=\"let data of item.items\"\u003e\n                \u003cimg [src]=\"data.image\"\u003e\n                {{data.title}}\n            \u003c/li\u003e\n        \u003c/ul\u003e\n    \u003c/ng-template\u003e\n\u003c/category\u003e\n```\n\n```ts\nimport {\n  Component, OnInit, ChangeDetectionStrategy,\n  ViewChild, ElementRef, ChangeDetectorRef\n} from '@angular/core';\nimport { EventService } from 'meepo-event';\nimport { CategoryComponent } from '../../src/app/app';\n@Component({\n  selector: 'app-root',\n  templateUrl: './app.component.html',\n  styleUrls: ['./app.component.css'],\n  changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class AppComponent {\n  @ViewChild('category') category: CategoryComponent;\n  constructor(\n    public event: EventService\n  ) {\n    let now = new Date();\n    let version = new Date(now.getFullYear(), now.getMonth() + 1, now.getDate()).getTime();\n    this.event.checkVersion(version);\n  }\n\n  setItem(item: any) {\n    this.category.addHistory(item);\n    if(item.link){\n      \n    }\n  }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeepobrother%2Fmeepo-category","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeepobrother%2Fmeepo-category","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeepobrother%2Fmeepo-category/lists"}