chore: fix up ngClass for types/export missing public API

Closes #7202
This commit is contained in:
Misko Hevery
2016-02-20 08:52:51 -08:00
committed by Miško Hevery
parent 5a59e44765
commit 6402d61f69
7 changed files with 118 additions and 79 deletions

View File

@ -789,6 +789,7 @@ var NG_CORE = [
'ProviderBuilder.token',
'ProviderBuilder.token=',
'PLATFORM_DIRECTIVES:js',
"CollectionChangeRecord",
'ChangeDetectionError',
'ChangeDetectionError.context',
'ChangeDetectionError.location',
@ -1152,6 +1153,13 @@ var NG_CORE = [
'Key.id=',
'Key.token',
'Key.token=',
'KeyValueChangeRecord',
'KeyValueChangeRecord.currentValue',
'KeyValueChangeRecord.currentValue=',
'KeyValueChangeRecord.key',
'KeyValueChangeRecord.key=',
'KeyValueChangeRecord.previousValue',
'KeyValueChangeRecord.previousValue=',
'KeyValueDiffers#create()',
'KeyValueDiffers#extend()',
'KeyValueDiffers',