refactor(core): remove deprecated OpaqueToken (#18971)

BREAKING CHANGE: `OpaqueToken` has been removed as it was deprecated since v4. Use `InjectionToken` instead.
PR Close #18971
This commit is contained in:
Olivier Combe
2017-08-31 10:56:26 +02:00
committed by Miško Hevery
parent 36d37cc6ae
commit 3c4eef8a86
10 changed files with 19 additions and 65 deletions

View File

@ -17,7 +17,7 @@ PKGS=(
jasmine@2.4.1
webpack@2.1.0-beta.21
source-map-loader@0.2.0
@angular2-material/{core,button}@2.0.0-alpha.8-1
@angular/{material,cdk}@2.0.0-beta.10
)
TMPDIR=${TMPDIR:-.}