https://github.com/adrientorris/aspnet5angular2playground
Just a playground to discover & have fun with Angular 2, ASP.NET Core and other few things :)
https://github.com/adrientorris/aspnet5angular2playground
Last synced: 11 months ago
JSON representation
Just a playground to discover & have fun with Angular 2, ASP.NET Core and other few things :)
- Host: GitHub
- URL: https://github.com/adrientorris/aspnet5angular2playground
- Owner: AdrienTorris
- Created: 2016-01-28T09:29:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-12T20:19:42.000Z (over 9 years ago)
- Last Synced: 2025-01-03T03:43:54.490Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.19 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ASP.NET Core & Angular 2
## Playground
## Edit
**This project is not maintened anymore. You can see this one if you are interested by Angular 2 and Typescript : https://github.com/AdrienTorris/Angular2TypeScriptASPNETCoreWebApp**
Sample application using technologies : **ASP.NET Core** (ASP.NET 5), MVC 6, **Angular 2**, and others ...
I'm discovering Angular 2 (Angular in fact, I'm not a front-end developer at all) and this is my playground to test this framework and see what we can do with it, in a ASP.NET Core project.
To make it work in your environment, just two settings to change :
* Mappings/BasePath absolute path in app.settings file
* localhost's port number in shared url builder helper (AppScripts/shared/constants/UrlBuilderConstants.ts)
*If you have any question, remark, suggestion or correction, you can contact me at adrientorris[at]gmail.com.*