Updated Readme

This commit is contained in:
Daniel Gaeta 2016-09-09 16:08:41 -07:00
parent 1d7c6e7da1
commit 454e4e3ebb
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ Bootstrapping multiple angular2 applications on the same page:
* This forced a new class prototype object to be created with a new annotations array. * This forced a new class prototype object to be created with a new annotations array.
* Moreover, it took a bit of reverse engineering and digging into hidden properties to find references to the rootComponent so that we could make updates to class properties and to the view. * Moreover, it took a bit of reverse engineering and digging into hidden properties to find references to the rootComponent so that we could make updates to class properties and to the view.
### Our experiment questions: ### Our experiment followup questions
* We have 3 questions you can find in 'src/webparts/todo/core/BaseAngular2WebpPart.ts' that are marked by '@question'. * We have 3 questions you can find in 'src/webparts/todo/core/BaseAngular2WebpPart.ts' that are marked by '@question'.
### Build options ### Build options