-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated for Angular2 beta 17 Breaking change: DynamicComponentLoader.loadNextToLocation now takes a ViewContainerRef instead of an ElementRef
- Loading branch information
Showing
6 changed files
with
20 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "angular2-color-picker", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"authors": [ | ||
"Alberto Pujante <[email protected]>" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,13 +8,13 @@ | |
<!-- IE required polyfills, in this exact order --> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.35.0/es6-shim.min.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/systemjs/0.19.26/system-polyfills.js"></script> | ||
<script src="https://npmcdn.com/[email protected].15/es6/dev/src/testing/shims_for_IE.js"></script> | ||
<script src="https://npmcdn.com/[email protected].17/es6/dev/src/testing/shims_for_IE.js"></script> | ||
|
||
<script src="https://code.angularjs.org/2.0.0-beta.15/angular2-polyfills.js"></script> | ||
<script src="https://code.angularjs.org/2.0.0-beta.17/angular2-polyfills.js"></script> | ||
<script src="https://code.angularjs.org/tools/system.js"></script> | ||
<script src="https://npmcdn.com/[email protected]/lib/typescript.js"></script> | ||
<script src="https://code.angularjs.org/2.0.0-beta.15/Rx.js"></script> | ||
<script src="https://code.angularjs.org/2.0.0-beta.15/angular2.dev.js"></script> | ||
<script src="https://code.angularjs.org/2.0.0-beta.17/Rx.js"></script> | ||
<script src="https://code.angularjs.org/2.0.0-beta.17/angular2.dev.js"></script> | ||
|
||
<!-- IE required polyfills, in this exact order --> | ||
<!--<script src="node_modules/es6-shim/es6-shim.min.js"></script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"ambientDependencies": { | ||
"es6-shim": "github:DefinitelyTyped/DefinitelyTyped/es6-shim/es6-shim.d.ts#7de6c3dd94feaeb21f20054b9f30d5dabc5efabd", | ||
"jasmine": "github:DefinitelyTyped/DefinitelyTyped/jasmine/jasmine.d.ts#5c182b9af717f73146399c2485f70f1e2ac0ff2b" | ||
"es6-shim": "registry:dt/es6-shim#0.31.2+20160317120654", | ||
"jasmine": "registry:dt/jasmine#2.2.0+20160412134438" | ||
} | ||
} |