{"id":17802869,"url":"https://github.com/geometricpanda/ng-storyblok","last_synced_at":"2025-03-17T11:31:12.467Z","repository":{"id":221592809,"uuid":"754757816","full_name":"geometricpanda/ng-storyblok","owner":"geometricpanda","description":"Angular support for the Storyblok API","archived":false,"fork":false,"pushed_at":"2024-10-10T07:38:02.000Z","size":2782,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T16:37:14.313Z","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/geometricpanda.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":"2024-02-08T17:59:20.000Z","updated_at":"2025-03-08T00:18:56.000Z","dependencies_parsed_at":"2024-05-01T13:29:05.123Z","dependency_job_id":"f05478e9-55c8-4018-b07e-76f8a8feffae","html_url":"https://github.com/geometricpanda/ng-storyblok","commit_stats":null,"previous_names":["geometricpanda/ng-storyblok"],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geometricpanda%2Fng-storyblok","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geometricpanda%2Fng-storyblok/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geometricpanda%2Fng-storyblok/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geometricpanda%2Fng-storyblok/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geometricpanda","download_url":"https://codeload.github.com/geometricpanda/ng-storyblok/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243858786,"owners_count":20359423,"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","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-27T12:44:47.007Z","updated_at":"2025-03-17T11:31:11.621Z","avatar_url":"https://github.com/geometricpanda.png","language":"TypeScript","funding_links":[],"categories":["Framework Interoperability"],"sub_categories":["External Integration"],"readme":"# NG Storyblok\n\nThe purpose of this library is to offer a simple way to integrate Storyblok into your Angular application.\n\n## Config\n\n### tsconfig.json\n\nUpdate your `tsconfig.json` to include the `dom.iterable` lib.\n\nThis is required as `ng-storyblok` uses the `storyblok-js-client`.\n\n```json\n// tsconfig.json\n{\n...\n    compilerOptions: {\n        lib: [\n            \"es2020\",\n            \"dom\",\n            \"dom.iterable\" // \u003c-- Required due to upstream types\n        ]\n    }\n...\n}\n```\n\n## Using Preview on localhost\n\nYou'll need to create a localhost SSL key: see https://www.storyblok.com/faq/setup-dev-server-https-proxy\n\nthen update your `angular.json` (or `project.json`) serve schematic to include:\n\n```json\n// angular.json\n    \"options\": {\n        \"ssl\": true,\n        \"sslCert\": \"./localhost.pem\",\n        \"sslKey\": \"./localhost-key.pem\"\n    },\n```\n\n## TODO\n- [] refactor bridge to be tree-shakeable\n- [] write custom renderer for storyblok rich text which supports components maybe?\n- [] write schematic to generate routesfile\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeometricpanda%2Fng-storyblok","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeometricpanda%2Fng-storyblok","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeometricpanda%2Fng-storyblok/lists"}