{"id":21017417,"url":"https://github.com/mkader/angular16-dotnetcore","last_synced_at":"2026-04-21T08:35:46.551Z","repository":{"id":180891552,"uuid":"665869010","full_name":"mkader/angular16-dotnetcore","owner":"mkader","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-27T04:09:17.000Z","size":378,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-29T02:13:19.974Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mkader.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-13T07:23:29.000Z","updated_at":"2023-07-16T05:08:36.000Z","dependencies_parsed_at":"2025-01-20T12:24:39.815Z","dependency_job_id":"6f9fbc1a-67a9-45e7-971b-108f7ac9a392","html_url":"https://github.com/mkader/angular16-dotnetcore","commit_stats":null,"previous_names":["mkader/angular26-dotnetcore","mkader/angular16-dotnetcore"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mkader/angular16-dotnetcore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkader%2Fangular16-dotnetcore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkader%2Fangular16-dotnetcore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkader%2Fangular16-dotnetcore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkader%2Fangular16-dotnetcore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mkader","download_url":"https://codeload.github.com/mkader/angular16-dotnetcore/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkader%2Fangular16-dotnetcore/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32084099,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T06:27:27.065Z","status":"ssl_error","status_checked_at":"2026-04-21T06:27:21.250Z","response_time":128,"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":[],"created_at":"2024-11-19T10:19:22.944Z","updated_at":"2026-04-21T08:35:46.523Z","avatar_url":"https://github.com/mkader.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AngularTutorial\n\nThis project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.4.\n\n## Development server\nng serve\nRun `` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.\n\n## Code scaffolding\n\nRun `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.\n\n## Build\n\nRun `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.\n\n## Running unit tests\n\nRun `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).\n\n## Running end-to-end tests\n\nRun `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.\n\n## Further help\n\nTo get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.\n\n## Run \n# install Angular CLI globally, so open the node.js command prompt and run this command:\n\tnpm install -g @angular/cli\n\n## \"npm list\" gives the packages installed in the current folder. \nThe global flag -g (or --global) lists all packages installed globally. \nInclude the flag --depth 0, which lists only the top-level packages. Use --depth 1, --depth 2, etc., to discover the version of dependencies.\n\tnpm list -g --depth 0\n\t\n\t\tC:\\Users\\mn_ma\\AppData\\Roaming\\npm\n\t\t+-- @angular/cli@16.1.4\n\t\t+-- nodemon@2.0.22\n\t\t`-- redis-cli@2.1.1\n\ninstall nvm\n\thttps://github.com/coreybutler/nvm-windows/releases\n\nNode.js version v14.17.6 detected. The Angular CLI requires a minimum Node.js version of either v14.20, v16.14 or v18.10.\n\tRemove your NodeJS installation completely and re-install NodeJS through NVM. \n\tCan easily switch between multiple NodeJS versions and the other benefit of that for each active NodeJS version you may able to install specific Angular CLI version.\n\tnvm install 14  \n\tnvm install 16\n\tnvm install 18\n\tnvm alias default 18  npm \n\tnvm use 16  \n\tnpm install @angular/cli -g\n\n\tnpm start\npackages installed in the current folder\n\tnpm list --depth 0\n\nng : File C:\\Users\\...\\ng.ps1 cannot be loaded because running scripts is disabled on this system. For more information\n\tSet-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser\n\nfind the version of Angular CLI in the current folder\n\tng --version (or ng -v)\n\nStandalone : \n\thttps://www.thisdot.co/blog/how-to-create-standalone-components-in-angular/\t\n\thttps://codelabs.developers.google.com/angular-standalone-components#0\n\n\t/angular16-dotnetcore (main) $ \n\t\tng generate application blog-app\n\t\tng build blog-app\n\t\tng serve blog-app\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkader%2Fangular16-dotnetcore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmkader%2Fangular16-dotnetcore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkader%2Fangular16-dotnetcore/lists"}