{"id":18615074,"url":"https://github.com/andrewjbateman/angular-dotnet-api","last_synced_at":"2025-10-03T13:35:11.844Z","repository":{"id":38737726,"uuid":"194124877","full_name":"AndrewJBateman/angular-dotnet-api","owner":"AndrewJBateman","description":":clipboard: Angular 8 project with integrated ASP.Net Core Web API","archived":false,"fork":false,"pushed_at":"2023-01-07T06:47:08.000Z","size":8960,"stargazers_count":1,"open_issues_count":29,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-27T02:45:24.433Z","etag":null,"topics":["angular8","asp-net-core","html5","mdbootstrap","scss-styles"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/AndrewJBateman.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-06-27T15:58:24.000Z","updated_at":"2024-03-13T07:53:30.000Z","dependencies_parsed_at":"2023-02-06T14:31:44.007Z","dependency_job_id":null,"html_url":"https://github.com/AndrewJBateman/angular-dotnet-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fangular-dotnet-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fangular-dotnet-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fangular-dotnet-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fangular-dotnet-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrewJBateman","download_url":"https://codeload.github.com/AndrewJBateman/angular-dotnet-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239406495,"owners_count":19633025,"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":["angular8","asp-net-core","html5","mdbootstrap","scss-styles"],"created_at":"2024-11-07T03:28:01.276Z","updated_at":"2025-10-03T13:35:11.728Z","avatar_url":"https://github.com/AndrewJBateman.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angular Dotnet API\n\n[Angular 8](https://angular.io/) app with [.NET](https://dotnet.microsoft.com/) integrated to run a simple app.\n\n*** Note: to open web links in a new window use: _ctrl+click on link_**\n\n## Table of contents\n\n* [General info](#general-info)\n* [Screenshots](#screenshots)\n* [Technologies](#technologies)\n* [Setup](#setup)\n* [Features](#features)\n* [Status](#status)\n* [Inspiration](#inspiration)\n* [Contact](#contact)\n\n## General info\n\n* ASP.Net (Active Server Page) is an open source server-side modular web framework. It is possible to use multiple languages, editors, and libraries to build for web, mobile, desktop, gaming and IoT. .NET apps can be written in C#, F#, or Visual Basic.\n\n* ASP.NET Core is used here as an API backend. .NET Core is a cross-platform .NET implementation for websites, servers, and console apps on Windows, Linux, and macOS.\n\n## Screenshots\n\n![Example screenshot](./img/dotnet.png)\n\n## Technologies\n\n* [Angular CLI v8.0.4](https://cli.angular.io/)\n\n* [Angular framework v8.0.1](https://angular.io/)\n\n* [.NET Core 2.2 SDK - Windows x64 Installer v2.2.300](https://dotnet.microsoft.com/download/thank-you/dotnet-sdk-2.2.300-windows-x64-installer) compatible with VS Code 2019.\n\n## Setup\n\nRun `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.\n\nRun DotNet using `dotnet run` command. Navigate to `http://localhost:5000` or `https://localhost:5001`.\n\n## Code Examples\n\n* app.component.ts - AppService injected.\n\n```typescript\nexport class AppComponent implements OnInit {\n  greetings = '';\n\n  constructor(private appService: AppService) { }\n\n  ngOnInit(): void {\n    this.appService.sayHello()\n      .subscribe(\n        result =\u003e {\n          this.greetings = result;\n        }\n    );\n  }\n}\n\n```\n\n## Features\n\n* shows text on the UI using data binding and the app.service.ts service.\n\n## Status \u0026 To-Do List\n\n* Status: Working but without any styling from Bootstrap.\n\n* To-Do: add functionality.\n\n## Inspiration\n\n* [MDB Angular with ASP.NET Core project](https://mdbootstrap.com/docs/angular/getting-started/net-core-integration/)\n\n## Contact\n\nRepo created by [ABateman](https://www.andrewbateman.org) - feel free to contact me!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fangular-dotnet-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewjbateman%2Fangular-dotnet-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fangular-dotnet-api/lists"}