An open API service indexing awesome lists of open source software.

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

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