{"id":18036337,"url":"https://github.com/haasstefan/angular-web-components-blog","last_synced_at":"2026-05-05T23:32:41.703Z","repository":{"id":181056794,"uuid":"666148067","full_name":"HaasStefan/angular-web-components-blog","owner":"HaasStefan","description":"Using Angular Elements to generate web components for ng-journal.com/contact","archived":false,"fork":false,"pushed_at":"2023-08-22T22:08:02.000Z","size":310,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T00:11:28.561Z","etag":null,"topics":["angular","angular-elements","webcomponents"],"latest_commit_sha":null,"homepage":"https://ng-journal.com","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/HaasStefan.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-07-13T20:36:13.000Z","updated_at":"2023-08-22T07:00:37.000Z","dependencies_parsed_at":"2024-10-30T12:12:38.783Z","dependency_job_id":"da5f6002-0e29-4f79-8191-27509ecb0bc7","html_url":"https://github.com/HaasStefan/angular-web-components-blog","commit_stats":null,"previous_names":["haasstefan/angular-web-components-blog"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HaasStefan/angular-web-components-blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HaasStefan%2Fangular-web-components-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HaasStefan%2Fangular-web-components-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HaasStefan%2Fangular-web-components-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HaasStefan%2Fangular-web-components-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HaasStefan","download_url":"https://codeload.github.com/HaasStefan/angular-web-components-blog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HaasStefan%2Fangular-web-components-blog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32672641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"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","angular-elements","webcomponents"],"created_at":"2024-10-30T12:12:36.799Z","updated_at":"2026-05-05T23:32:41.689Z","avatar_url":"https://github.com/HaasStefan.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ContactBlog\n\n\u003ca alt=\"Nx logo\" href=\"https://nx.dev\" target=\"_blank\" rel=\"noreferrer\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png\" width=\"45\"\u003e\u003c/a\u003e\n\n✨ **This workspace has been generated by [Nx, a Smart, fast and extensible build system.](https://nx.dev)** ✨\n\n\n## Start the app\n\nTo start the development server run `nx serve contact-blog`. Open your browser and navigate to http://localhost:4200/. Happy coding!\n\n\n## Generate code\n\nIf you happen to use Nx plugins, you can leverage code generators that might come with it.\n\nRun `nx list` to get a list of available plugins and whether they have generators. Then run `nx list \u003cplugin-name\u003e` to see what generators are available.\n\nLearn more about [Nx generators on the docs](https://nx.dev/plugin-features/use-code-generators).\n\n## Running tasks\n\nTo execute tasks with Nx use the following syntax:\n\n```\nnx \u003ctarget\u003e \u003cproject\u003e \u003c...options\u003e\n```\n\nYou can also run multiple targets:\n\n```\nnx run-many -t \u003ctarget1\u003e \u003ctarget2\u003e\n```\n\n..or add `-p` to filter specific projects\n\n```\nnx run-many -t \u003ctarget1\u003e \u003ctarget2\u003e -p \u003cproj1\u003e \u003cproj2\u003e\n```\n\nTargets can be defined in the `package.json` or `projects.json`. Learn more [in the docs](https://nx.dev/core-features/run-tasks).\n\n## Want better Editor Integration?\n\nHave a look at the [Nx Console extensions](https://nx.dev/nx-console). It provides autocomplete support, a UI for exploring and running tasks \u0026 generators, and more! Available for VSCode, IntelliJ and comes with a LSP for Vim users.\n\n## Ready to deploy?\n\nJust run `nx build demoapp` to build the application. The build artifacts will be stored in the `dist/` directory, ready to be deployed.\n\n## Set up CI!\n\nNx comes with local caching already built-in (check your `nx.json`). On CI you might want to go a step further.\n\n- [Set up remote caching](https://nx.dev/core-features/share-your-cache)\n- [Set up task distribution across multiple machines](https://nx.dev/core-features/distribute-task-execution)\n- [Learn more how to setup CI](https://nx.dev/recipes/ci)\n\n## Connect with us!\n\n- [Join the community](https://nx.dev/community)\n- [Subscribe to the Nx Youtube Channel](https://www.youtube.com/@nxdevtools)\n- [Follow us on Twitter](https://twitter.com/nxdevtools)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaasstefan%2Fangular-web-components-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaasstefan%2Fangular-web-components-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaasstefan%2Fangular-web-components-blog/lists"}