{"id":19593017,"url":"https://github.com/laudebugs/dynamic-components-angular","last_synced_at":"2026-05-15T15:33:26.806Z","repository":{"id":149903793,"uuid":"621964103","full_name":"laudebugs/dynamic-components-angular","owner":"laudebugs","description":"Angular Starter App with Angular Material","archived":false,"fork":false,"pushed_at":"2023-12-15T02:15:37.000Z","size":458,"stargazers_count":0,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T14:16:22.471Z","etag":null,"topics":["angular","angularmaterial"],"latest_commit_sha":null,"homepage":"https://www.laudebugs.me/dev/dynamic-components-angular","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/laudebugs.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-03-31T19:24:00.000Z","updated_at":"2023-04-02T17:56:53.000Z","dependencies_parsed_at":"2023-12-15T03:39:06.531Z","dependency_job_id":null,"html_url":"https://github.com/laudebugs/dynamic-components-angular","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/laudebugs/dynamic-components-angular","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laudebugs%2Fdynamic-components-angular","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laudebugs%2Fdynamic-components-angular/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laudebugs%2Fdynamic-components-angular/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laudebugs%2Fdynamic-components-angular/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laudebugs","download_url":"https://codeload.github.com/laudebugs/dynamic-components-angular/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laudebugs%2Fdynamic-components-angular/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33071165,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"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":["angular","angularmaterial"],"created_at":"2024-11-11T08:37:52.282Z","updated_at":"2026-05-15T15:33:26.772Z","avatar_url":"https://github.com/laudebugs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dynamic Components in Angular\n\n\u003e A repository to demonstrate the use of dynamic components in Angular\n\n[Read referenced article here](https://www.laudebugs.me/dev/dynamic-components-angular)\n[Stackblitz](https://stackblitz.com/edit/angular-ivy-lzyecr)\n\n## Glossary\n\n### `ViewContainerRef`\n\nA reference to the container where one or more views can be attached.\n[Reference](https://angular.io/api/core/ViewContainerRef)\n\n### `@ViewChild`\n\nA property decorator that configures a view query.\n[Reference](https://angular.io/api/core/ViewChild)\n\n## Directives\n\n### `movieHost`\n\nDirective to anchor where to host the dynamic component.\n\n```ts\nimport { Directive, ViewContainerRef } from '@angular/core'\n\n@Directive({ selector: '[movieHost]' })\nexport class MovieHostDirective {\n    constructor(private viewContainerRef: ViewContainerRef) {}\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaudebugs%2Fdynamic-components-angular","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaudebugs%2Fdynamic-components-angular","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaudebugs%2Fdynamic-components-angular/lists"}