Adding angular2-prototype

This commit is contained in:
Daniel Gaeta 2016-09-09 12:09:23 -07:00
parent 8b0c4820a3
commit 7e48be7b09
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ This package produces the following:
* dist/* - a single bundle containing the components used for uploading to a cdn pointing a registered Sharepoint webpart library to.
* src/* - all files for the expiriemental angular2 todo webpart.
* src/webparts/todo/core - am abstract base class that we created for angular2 applications.
* src/webparts/todo/TodoWebPart.ts - a class to create unique instance of the root class component and return other metadata for the NgModule decorator funciton.
* src/webparts/todo/core - an abstract base class that we created for angular2 applications.
* src/webparts/todo/TodoWebPart.ts - a class to create unique instances of the root class component and return other metadata for the NgModule decorator function.
### Build options