{"id":22726893,"url":"https://github.com/albertobasalo/ng-dev","last_synced_at":"2026-04-19T07:34:32.528Z","repository":{"id":167324554,"uuid":"642876099","full_name":"AlbertoBasalo/ng-dev","owner":"AlbertoBasalo","description":"🅰️ Sample code for Angular development courses by https://albertobasalo.dev","archived":false,"fork":false,"pushed_at":"2023-11-09T08:36:34.000Z","size":2617,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-25T21:31:21.668Z","etag":null,"topics":["angular","course","demo-app","sample"],"latest_commit_sha":null,"homepage":"","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/AlbertoBasalo.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,"zenodo":null}},"created_at":"2023-05-19T14:42:41.000Z","updated_at":"2023-07-22T01:20:37.000Z","dependencies_parsed_at":"2023-06-08T01:30:11.942Z","dependency_job_id":"679e0fe9-360b-4c3f-b7e1-5f37f9901715","html_url":"https://github.com/AlbertoBasalo/ng-dev","commit_stats":null,"previous_names":["albertobasalo/ng-dev"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AlbertoBasalo/ng-dev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlbertoBasalo%2Fng-dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlbertoBasalo%2Fng-dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlbertoBasalo%2Fng-dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlbertoBasalo%2Fng-dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlbertoBasalo","download_url":"https://codeload.github.com/AlbertoBasalo/ng-dev/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlbertoBasalo%2Fng-dev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31999055,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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","course","demo-app","sample"],"created_at":"2024-12-10T17:07:19.859Z","updated_at":"2026-04-19T07:34:32.485Z","avatar_url":"https://github.com/AlbertoBasalo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NgDev\n\nSample code for Angular development courses by [Alberto Basalo](https://albertobasalo.dev)\n\n## Generated with Angular CLI 16\n\n```bash\nng new nd-dev -s -t -p=lab --routing --standalone --style=css\n```\n\n## Clone Repository, install dependencies, and run the project\n\n[Repository on GitHub](https://github.com/AlbertoBasalo/ng-dev)\n\n```bash\n# clone repository\ngit clone https://github.com/AlbertoBasalo/ng-dev.git\ncd ng_dev\n# install dependencies\nnpm i\n# run api server (in one terminal)\nnpm run api\n# run project (in another terminal)\nnpm start\n# open browser at http://localhost:4200\n```\n\n## 🛠 VS Code configuration\n\n- [My Visual Studio Code .dotfiles](https://github.com/AlbertoBasalo/dotfiles)\n\n### ⚙️ Settings\n\n- [How to configure VSCode to code better TypeScript](https://albertobasalo.medium.com/how-to-configure-vscode-to-code-better-typescript-d6e000b2cb06?sk=4c0edee7dd123c0e0c7c6f7266c91e4d)\n\n- [My settings.json](https://github.com/AlbertoBasalo/dotfiles/blob/main/settings.json)\n\n### 🧩 Extensions\n\n- [5 VSCode extensions to write better TypeScript](https://albertobasalo.medium.com/5-vscode-extensions-to-write-better-typescript-9804acbada9?sk=8907a533ca7e5b14aa2daa397bb667d1)\n\n- [All the Extensions I use](https://github.com/AlbertoBasalo/dotfiles/blob/main/extensions-i-use.md)\n\n### 👩🏼‍⚖️ EsLint rules\n\n- [Fine-tune ESLint rules to write better TypeScript](https://albertobasalo.medium.com/fine-tune-eslint-rules-to-code-better-typescript-e4cabbbe2fa1?sk=fe0c1c07936f2c4a503dbce0272da621)\n\n- [My eslint.json](https://github.com/AlbertoBasalo/dotfiles/blob/main/eslint.json)\n\n#### ⌨ VS Code Shortcuts\n\n- `F1` :command list\n- `CTRL+P` : file\n- `CTRL+T` : search code\n- `CTRL+K CTRL+Z` : code comment\n- `CTRL+K CTRL+U` : uncomment code\n- `F12` : go to definition\n- `CTRL+Ñ` : show hide terminal\n- `CTRL+B`: show hide navigation bar\n- `CTRL+K S` : save al files\n- `ALT+up|down` : move line\n\n---\n\n\u003cfooter\u003e\n  \u003ch3\u003e🧑🏼‍💻 By \u003ca href=\"https://albertobasalo.dev\" target=\"blank\"\u003eAlberto Basalo\u003c/a\u003e \u003c/h3\u003e\n  \u003cp\u003e\n    \u003ca href=\"https://twitter.com/albertobasalo\" target=\"blank\"\u003e\n      \u003cimg src=\"https://img.shields.io/twitter/follow/albertobasalo?logo=twitter\u0026style=for-the-badge\" alt=\"twitter albertobasalo\" /\u003e\n    \u003c/a\u003e\n  \u003c/p\u003e\n  \u003cp\u003e\n    \u003ca href=\"https://github.com/albertobasalo\" target=\"blank\"\u003e\n      \u003cimg \n        src=\"https://img.shields.io/github/followers/albertobasalo?logo=github\u0026label=profile albertobasalo\u0026style=for-the-badge\" alt=\"git albertobasalo\" /\u003e\n    \u003c/a\u003e\n  \u003c/p\u003e\n\u003c/footer\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbertobasalo%2Fng-dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falbertobasalo%2Fng-dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbertobasalo%2Fng-dev/lists"}