{"id":16428910,"url":"https://github.com/netanelbasal/ng-webpack-playground","last_synced_at":"2026-01-20T22:02:01.487Z","repository":{"id":38700860,"uuid":"207012088","full_name":"NetanelBasal/ng-webpack-playground","owner":"NetanelBasal","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-04T10:25:48.000Z","size":4062,"stargazers_count":2,"open_issues_count":25,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T22:36:29.617Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/NetanelBasal.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}},"created_at":"2019-09-07T18:49:56.000Z","updated_at":"2021-12-10T12:51:18.000Z","dependencies_parsed_at":"2023-02-02T08:46:36.539Z","dependency_job_id":null,"html_url":"https://github.com/NetanelBasal/ng-webpack-playground","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NetanelBasal/ng-webpack-playground","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NetanelBasal%2Fng-webpack-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NetanelBasal%2Fng-webpack-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NetanelBasal%2Fng-webpack-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NetanelBasal%2Fng-webpack-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NetanelBasal","download_url":"https://codeload.github.com/NetanelBasal/ng-webpack-playground/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NetanelBasal%2Fng-webpack-playground/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28615547,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T21:52:42.722Z","status":"ssl_error","status_checked_at":"2026-01-20T21:52:20.513Z","response_time":117,"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-10-11T08:19:41.371Z","updated_at":"2026-01-20T22:02:01.470Z","avatar_url":"https://github.com/NetanelBasal.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"- Run yarn install both on the root directory and the transloco-keys-manager directory.\n- Run npm start\n\nThe project contains two pages. The main page, and a lazy load page which also scoped to `todos-page`.\n\nYou can start adding keys to` app.component.html`, and `todos-page.component.html`. Here are a couple of examples:\n\n```html\n// app.component.html\n\n\u003cng-template transloco let-t\u003e\n  {{ t.newKey }}\n  {{ t.some.nested.key }}\n\u003c/ng-template\u003e\n\n\u003cp\u003e{{ 'newPipeKey' | transloco }}\u003c/p\u003e\n```\n\n```html\n// todos-page.component.html\n\n\u003cng-template transloco let-t\u003e\n  {{ t.todosPage.newKey }}\n  {{ t.todosPage.should.be.in.scope.file }}\n\u003c/ng-template\u003e\n\n\u003cng-container *transloco=\"let t\"\u003e\n  {{ condition ? t.todosPage.wow : t.global }}\n\u003c/ng-container\u003e\n```\n\nOr in `app.componen.ts`:\n```ts\nexport class AppComponent {\n  constructor(private translocoService: TranslocoService) {\n    translocoService.translate('keyFromComponent');\n  }\n}\n```\n\nWhen you hit save, you should see the keys in the translation files. (`en.json`, `es.json`)\n\n## Find Missing Keys\nClose the dev-server, and remove some keys from the translation file/s. In the root project run `npm run validate-keys`. Missing keys should be added, and logged.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetanelbasal%2Fng-webpack-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetanelbasal%2Fng-webpack-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetanelbasal%2Fng-webpack-playground/lists"}