https://github.com/joymon/typescripting-angularjs-1.x-demo
A demo application to showcase how to use TypeScript in Angular 1.x applications
https://github.com/joymon/typescripting-angularjs-1.x-demo
Last synced: 5 months ago
JSON representation
A demo application to showcase how to use TypeScript in Angular 1.x applications
- Host: GitHub
- URL: https://github.com/joymon/typescripting-angularjs-1.x-demo
- Owner: joymon
- Created: 2016-03-06T20:47:28.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-20T13:47:25.000Z (almost 10 years ago)
- Last Synced: 2025-03-26T02:14:21.613Z (10 months ago)
- Language: JavaScript
- Size: 1.24 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypeScripting Angular JS 1.x - Demo application
A demo application to showcase how to use TypeScript in Angular 1.x applications. Details will be published in my [blog](http://joymonscode.blogspot.com/).
## How to run the application
- Visual Studio 2015 with ASP.Net Core is required to run the application
- Just clone the project and open in VS 2015 and run. It will run using development server.
## Technical details
- This use ASP.Net Core, MVC6 for server side
- At client side, it uses TypeScript 1.6 & AngularJS 1.4.6 (1.5 is available at this time. But not able to add via Bower)
- Client side packages are managed by Bower.
- No databased used. It has some seed data and all the data added will be in the ASP.Net process.
## Scenarios covered
- Wrapping Angular module inside TypeSafe class
- Registering controllers and services via common point