Adding angular2-prototype
This commit is contained in:
parent
8b0c4820a3
commit
7e48be7b09
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue