2015-09-14 23:49:29 -04:00
|
|
|
import {
|
|
|
|
AsyncTestCompleter,
|
|
|
|
beforeEach,
|
|
|
|
ddescribe,
|
|
|
|
describe,
|
|
|
|
expect,
|
|
|
|
iit,
|
|
|
|
inject,
|
|
|
|
it,
|
|
|
|
xdescribe,
|
|
|
|
xit
|
|
|
|
} from 'angular2/test_lib';
|
|
|
|
|
2015-09-21 19:48:16 -04:00
|
|
|
import {getSymbolsFromLibrary} from './symbol_inspector/symbol_inspector';
|
|
|
|
import {SymbolsDiff} from './symbol_inspector/symbol_differ';
|
2015-09-14 23:49:29 -04:00
|
|
|
|
|
|
|
// =================================================================================================
|
|
|
|
// =================================================================================================
|
|
|
|
// =========== S T O P - S T O P - S T O P - S T O P - S T O P - S T O P ===========
|
|
|
|
// =================================================================================================
|
|
|
|
// =================================================================================================
|
|
|
|
//
|
|
|
|
// DO NOT EDIT THIS LIST OF PUBLIC APIS UNLESS YOU GET IT CLEARED BY: mhevery, vsavkin, or tbosch!
|
|
|
|
//
|
|
|
|
// =================================================================================================
|
|
|
|
// =================================================================================================
|
|
|
|
|
2015-09-21 19:48:16 -04:00
|
|
|
var NG_API = [
|
|
|
|
'APP_COMPONENT',
|
2015-09-14 23:49:29 -04:00
|
|
|
'APP_ID',
|
|
|
|
'AbstractBindingError',
|
2015-09-21 19:48:16 -04:00
|
|
|
'AbstractBindingError.addKey()',
|
|
|
|
'AbstractBindingError.constructResolvingMessage',
|
|
|
|
'AbstractBindingError.constructResolvingMessage=',
|
2015-09-14 23:49:29 -04:00
|
|
|
'AbstractBindingError.context',
|
2015-09-21 19:48:16 -04:00
|
|
|
'AbstractBindingError.injectors',
|
|
|
|
'AbstractBindingError.injectors=',
|
|
|
|
'AbstractBindingError.keys',
|
|
|
|
'AbstractBindingError.keys=',
|
|
|
|
'AbstractBindingError.message',
|
|
|
|
'AbstractBindingError.message=',
|
|
|
|
'AbstractBindingError.stackTrace',
|
2015-09-14 23:49:29 -04:00
|
|
|
'AbstractControl',
|
|
|
|
'AbstractControl.dirty',
|
|
|
|
'AbstractControl.errors',
|
2015-09-21 19:48:16 -04:00
|
|
|
'AbstractControl.find()',
|
|
|
|
'AbstractControl.getError()',
|
|
|
|
'AbstractControl.hasError()',
|
|
|
|
'AbstractControl.markAsDirty()',
|
|
|
|
'AbstractControl.markAsTouched()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'AbstractControl.pristine',
|
2015-09-21 19:48:16 -04:00
|
|
|
'AbstractControl.setParent()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'AbstractControl.status',
|
|
|
|
'AbstractControl.touched',
|
|
|
|
'AbstractControl.untouched',
|
2015-09-21 19:48:16 -04:00
|
|
|
'AbstractControl.updateValidity()',
|
|
|
|
'AbstractControl.updateValueAndValidity()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'AbstractControl.valid',
|
2015-09-21 19:48:16 -04:00
|
|
|
'AbstractControl.validator',
|
|
|
|
'AbstractControl.validator=',
|
2015-09-14 23:49:29 -04:00
|
|
|
'AbstractControl.value',
|
|
|
|
'AbstractControl.valueChanges',
|
|
|
|
'AbstractControlDirective',
|
|
|
|
'AbstractControlDirective.control',
|
|
|
|
'AbstractControlDirective.dirty',
|
|
|
|
'AbstractControlDirective.errors',
|
|
|
|
'AbstractControlDirective.pristine',
|
|
|
|
'AbstractControlDirective.touched',
|
|
|
|
'AbstractControlDirective.untouched',
|
|
|
|
'AbstractControlDirective.valid',
|
|
|
|
'AbstractControlDirective.value',
|
|
|
|
'AppRootUrl',
|
|
|
|
'AppRootUrl.value',
|
2015-09-21 19:48:16 -04:00
|
|
|
'AppRootUrl.value=',
|
2015-09-14 23:49:29 -04:00
|
|
|
'AppViewManager',
|
2015-09-21 19:48:16 -04:00
|
|
|
'AppViewManager.attachViewInContainer()',
|
|
|
|
'AppViewManager.createEmbeddedViewInContainer()',
|
|
|
|
'AppViewManager.createHostViewInContainer()',
|
|
|
|
'AppViewManager.createRootHostView()',
|
|
|
|
'AppViewManager.destroyRootHostView()',
|
|
|
|
'AppViewManager.destroyViewInContainer()',
|
|
|
|
'AppViewManager.detachViewInContainer()',
|
|
|
|
'AppViewManager.getComponent()',
|
|
|
|
'AppViewManager.getHostElement()',
|
|
|
|
'AppViewManager.getNamedElementInComponentView()',
|
|
|
|
'AppViewManager.getViewContainer()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'ApplicationRef',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ApplicationRef.bootstrap()',
|
|
|
|
'ApplicationRef.dispose()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'ApplicationRef.injector',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ApplicationRef.registerBootstrapListener()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'ApplicationRef.zone',
|
|
|
|
'AsyncPipe',
|
2015-09-21 19:48:16 -04:00
|
|
|
'AsyncPipe.onDestroy()',
|
|
|
|
'AsyncPipe.transform()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'Attribute',
|
2015-09-21 19:48:16 -04:00
|
|
|
'Attribute.attributeName',
|
2015-09-14 23:49:29 -04:00
|
|
|
'Attribute.token',
|
|
|
|
'AttributeMetadata',
|
2015-09-21 19:48:16 -04:00
|
|
|
'AttributeMetadata.attributeName',
|
2015-09-14 23:49:29 -04:00
|
|
|
'AttributeMetadata.token',
|
|
|
|
'Binding',
|
2015-09-21 19:48:16 -04:00
|
|
|
'Binding.dependencies',
|
2015-09-14 23:49:29 -04:00
|
|
|
'Binding.multi',
|
2015-09-21 19:48:16 -04:00
|
|
|
'Binding.toAlias',
|
|
|
|
'Binding.toClass',
|
|
|
|
'Binding.toFactory',
|
|
|
|
'Binding.toValue',
|
|
|
|
'Binding.token',
|
2015-09-14 23:49:29 -04:00
|
|
|
'BindingBuilder',
|
2015-09-21 19:48:16 -04:00
|
|
|
'BindingBuilder.toAlias()',
|
|
|
|
'BindingBuilder.toClass()',
|
|
|
|
'BindingBuilder.toFactory()',
|
|
|
|
'BindingBuilder.toValue()',
|
|
|
|
'BindingBuilder.token',
|
|
|
|
'BindingBuilder.token=',
|
|
|
|
'By#all()',
|
|
|
|
'By#css()',
|
|
|
|
'By#directive()',
|
|
|
|
'By',
|
2015-09-14 23:49:29 -04:00
|
|
|
'CORE_DIRECTIVES',
|
|
|
|
'ChangeDetectionError',
|
|
|
|
'ChangeDetectionError.context',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ChangeDetectionError.location',
|
|
|
|
'ChangeDetectionError.location=',
|
2015-09-14 23:49:29 -04:00
|
|
|
'ChangeDetectionError.message',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ChangeDetectionError.stackTrace',
|
2015-09-14 23:49:29 -04:00
|
|
|
'ChangeDetectionError.wrapperMessage',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ChangeDetectionStrategy#CheckAlways',
|
|
|
|
'ChangeDetectionStrategy#CheckOnce',
|
|
|
|
'ChangeDetectionStrategy#Checked',
|
|
|
|
'ChangeDetectionStrategy#Default',
|
|
|
|
'ChangeDetectionStrategy#Detached',
|
|
|
|
'ChangeDetectionStrategy#OnPush',
|
|
|
|
'ChangeDetectionStrategy#OnPushObserve',
|
|
|
|
'ChangeDetectionStrategy#values',
|
2015-09-14 23:49:29 -04:00
|
|
|
'ChangeDetectionStrategy',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ChangeDetectionStrategy.index',
|
2015-09-14 23:49:29 -04:00
|
|
|
'ChangeDetectorRef',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ChangeDetectorRef.detach()',
|
|
|
|
'ChangeDetectorRef.detectChanges()',
|
|
|
|
'ChangeDetectorRef.markForCheck()',
|
|
|
|
'ChangeDetectorRef.reattach()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'CheckboxControlValueAccessor',
|
2015-09-21 19:48:16 -04:00
|
|
|
'CheckboxControlValueAccessor.onChange',
|
|
|
|
'CheckboxControlValueAccessor.onChange=',
|
|
|
|
'CheckboxControlValueAccessor.onTouched',
|
|
|
|
'CheckboxControlValueAccessor.onTouched=',
|
|
|
|
'CheckboxControlValueAccessor.registerOnChange()',
|
|
|
|
'CheckboxControlValueAccessor.registerOnTouched()',
|
|
|
|
'CheckboxControlValueAccessor.writeValue()',
|
|
|
|
'Class:js',
|
2015-09-14 23:49:29 -04:00
|
|
|
'Compiler',
|
2015-09-21 19:48:16 -04:00
|
|
|
'Compiler.compileInHost()',
|
2015-10-01 13:07:49 -04:00
|
|
|
'Compiler.clearCache()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'Component',
|
2015-09-21 19:48:16 -04:00
|
|
|
'Component.bindings',
|
|
|
|
'Component.changeDetection',
|
2015-09-30 23:59:23 -04:00
|
|
|
'Component.outputs',
|
2015-09-21 19:48:16 -04:00
|
|
|
'Component.exportAs',
|
|
|
|
'Component.host',
|
|
|
|
'Component.moduleId',
|
2015-09-30 23:59:23 -04:00
|
|
|
'Component.inputs',
|
2015-09-21 19:48:16 -04:00
|
|
|
'Component.queries',
|
|
|
|
'Component.selector',
|
|
|
|
'Component.viewBindings',
|
2015-09-14 23:49:29 -04:00
|
|
|
'ComponentMetadata',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ComponentMetadata.bindings',
|
|
|
|
'ComponentMetadata.changeDetection',
|
2015-09-30 23:59:23 -04:00
|
|
|
'ComponentMetadata.outputs',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ComponentMetadata.exportAs',
|
|
|
|
'ComponentMetadata.host',
|
|
|
|
'ComponentMetadata.moduleId',
|
2015-09-30 23:59:23 -04:00
|
|
|
'ComponentMetadata.inputs',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ComponentMetadata.queries',
|
|
|
|
'ComponentMetadata.selector',
|
|
|
|
'ComponentMetadata.viewBindings',
|
2015-09-14 23:49:29 -04:00
|
|
|
'ComponentRef',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ComponentRef.componentType',
|
|
|
|
'ComponentRef.componentType=',
|
|
|
|
'ComponentRef.dispose()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'ComponentRef.hostComponent',
|
|
|
|
'ComponentRef.hostComponentType',
|
|
|
|
'ComponentRef.hostView',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ComponentRef.injector',
|
|
|
|
'ComponentRef.injector=',
|
|
|
|
'ComponentRef.instance',
|
|
|
|
'ComponentRef.instance=',
|
|
|
|
'ComponentRef.location',
|
|
|
|
'ComponentRef.location=',
|
2015-09-14 23:49:29 -04:00
|
|
|
'ComponentUrlMapper',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ComponentUrlMapper.getUrl()',
|
2015-09-19 21:39:35 -04:00
|
|
|
'ContentChild',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ContentChild.descendants',
|
|
|
|
'ContentChild.first',
|
2015-09-19 21:39:35 -04:00
|
|
|
'ContentChild.isVarBindingQuery',
|
|
|
|
'ContentChild.isViewQuery',
|
|
|
|
'ContentChild.selector',
|
|
|
|
'ContentChild.token',
|
|
|
|
'ContentChild.varBindings',
|
|
|
|
'ContentChildMetadata',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ContentChildMetadata.descendants',
|
|
|
|
'ContentChildMetadata.first',
|
2015-09-19 21:39:35 -04:00
|
|
|
'ContentChildMetadata.isVarBindingQuery',
|
|
|
|
'ContentChildMetadata.isViewQuery',
|
|
|
|
'ContentChildMetadata.selector',
|
|
|
|
'ContentChildMetadata.token',
|
|
|
|
'ContentChildMetadata.varBindings',
|
2015-09-17 21:45:14 -04:00
|
|
|
'ContentChildren',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ContentChildren.descendants',
|
|
|
|
'ContentChildren.first',
|
2015-09-17 21:45:14 -04:00
|
|
|
'ContentChildren.isVarBindingQuery',
|
|
|
|
'ContentChildren.isViewQuery',
|
|
|
|
'ContentChildren.selector',
|
|
|
|
'ContentChildren.token',
|
|
|
|
'ContentChildren.varBindings',
|
|
|
|
'ContentChildrenMetadata',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ContentChildrenMetadata.descendants',
|
|
|
|
'ContentChildrenMetadata.first',
|
2015-09-17 21:45:14 -04:00
|
|
|
'ContentChildrenMetadata.isVarBindingQuery',
|
|
|
|
'ContentChildrenMetadata.isViewQuery',
|
|
|
|
'ContentChildrenMetadata.selector',
|
|
|
|
'ContentChildrenMetadata.token',
|
|
|
|
'ContentChildrenMetadata.varBindings',
|
2015-09-14 23:49:29 -04:00
|
|
|
'Control',
|
|
|
|
'Control.dirty',
|
|
|
|
'Control.errors',
|
2015-09-21 19:48:16 -04:00
|
|
|
'Control.find()',
|
|
|
|
'Control.getError()',
|
|
|
|
'Control.hasError()',
|
|
|
|
'Control.markAsDirty()',
|
|
|
|
'Control.markAsTouched()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'Control.pristine',
|
2015-09-21 19:48:16 -04:00
|
|
|
'Control.registerOnChange()',
|
|
|
|
'Control.setParent()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'Control.status',
|
|
|
|
'Control.touched',
|
|
|
|
'Control.untouched',
|
2015-09-21 19:48:16 -04:00
|
|
|
'Control.updateValidity()',
|
|
|
|
'Control.updateValue()',
|
|
|
|
'Control.updateValueAndValidity()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'Control.valid',
|
2015-09-21 19:48:16 -04:00
|
|
|
'Control.validator',
|
|
|
|
'Control.validator=',
|
2015-09-14 23:49:29 -04:00
|
|
|
'Control.value',
|
|
|
|
'Control.valueChanges',
|
|
|
|
'ControlArray',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ControlArray.at()',
|
|
|
|
'ControlArray.controls',
|
|
|
|
'ControlArray.controls=',
|
2015-09-14 23:49:29 -04:00
|
|
|
'ControlArray.dirty',
|
|
|
|
'ControlArray.errors',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ControlArray.find()',
|
|
|
|
'ControlArray.getError()',
|
|
|
|
'ControlArray.hasError()',
|
|
|
|
'ControlArray.insert()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'ControlArray.length',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ControlArray.markAsDirty()',
|
|
|
|
'ControlArray.markAsTouched()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'ControlArray.pristine',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ControlArray.push()',
|
|
|
|
'ControlArray.removeAt()',
|
|
|
|
'ControlArray.setParent()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'ControlArray.status',
|
|
|
|
'ControlArray.touched',
|
|
|
|
'ControlArray.untouched',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ControlArray.updateValidity()',
|
|
|
|
'ControlArray.updateValueAndValidity()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'ControlArray.valid',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ControlArray.validator',
|
|
|
|
'ControlArray.validator=',
|
2015-09-14 23:49:29 -04:00
|
|
|
'ControlArray.value',
|
|
|
|
'ControlArray.valueChanges',
|
|
|
|
'ControlContainer',
|
|
|
|
'ControlContainer.control',
|
|
|
|
'ControlContainer.dirty',
|
|
|
|
'ControlContainer.errors',
|
|
|
|
'ControlContainer.formDirective',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ControlContainer.name',
|
|
|
|
'ControlContainer.name=',
|
2015-09-14 23:49:29 -04:00
|
|
|
'ControlContainer.path',
|
|
|
|
'ControlContainer.pristine',
|
|
|
|
'ControlContainer.touched',
|
|
|
|
'ControlContainer.untouched',
|
|
|
|
'ControlContainer.valid',
|
|
|
|
'ControlContainer.value',
|
|
|
|
'ControlGroup',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ControlGroup.addControl()',
|
|
|
|
'ControlGroup.contains()',
|
|
|
|
'ControlGroup.controls',
|
|
|
|
'ControlGroup.controls=',
|
2015-09-14 23:49:29 -04:00
|
|
|
'ControlGroup.dirty',
|
|
|
|
'ControlGroup.errors',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ControlGroup.exclude()',
|
|
|
|
'ControlGroup.find()',
|
|
|
|
'ControlGroup.getError()',
|
|
|
|
'ControlGroup.hasError()',
|
|
|
|
'ControlGroup.include()',
|
|
|
|
'ControlGroup.markAsDirty()',
|
|
|
|
'ControlGroup.markAsTouched()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'ControlGroup.pristine',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ControlGroup.removeControl()',
|
|
|
|
'ControlGroup.setParent()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'ControlGroup.status',
|
|
|
|
'ControlGroup.touched',
|
|
|
|
'ControlGroup.untouched',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ControlGroup.updateValidity()',
|
|
|
|
'ControlGroup.updateValueAndValidity()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'ControlGroup.valid',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ControlGroup.validator',
|
|
|
|
'ControlGroup.validator=',
|
2015-09-14 23:49:29 -04:00
|
|
|
'ControlGroup.value',
|
|
|
|
'ControlGroup.valueChanges',
|
|
|
|
'CurrencyPipe',
|
2015-09-21 19:48:16 -04:00
|
|
|
'CurrencyPipe.transform()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'CyclicDependencyError',
|
2015-09-21 19:48:16 -04:00
|
|
|
'CyclicDependencyError.addKey()',
|
|
|
|
'CyclicDependencyError.constructResolvingMessage',
|
|
|
|
'CyclicDependencyError.constructResolvingMessage=',
|
2015-09-14 23:49:29 -04:00
|
|
|
'CyclicDependencyError.context',
|
2015-09-21 19:48:16 -04:00
|
|
|
'CyclicDependencyError.injectors',
|
|
|
|
'CyclicDependencyError.injectors=',
|
|
|
|
'CyclicDependencyError.keys',
|
|
|
|
'CyclicDependencyError.keys=',
|
|
|
|
'CyclicDependencyError.message',
|
|
|
|
'CyclicDependencyError.message=',
|
|
|
|
'CyclicDependencyError.stackTrace',
|
2015-09-14 23:49:29 -04:00
|
|
|
'DEFAULT_PIPES',
|
|
|
|
'DEFAULT_PIPES_TOKEN',
|
|
|
|
'DOCUMENT',
|
|
|
|
'DatePipe',
|
2015-09-21 19:48:16 -04:00
|
|
|
'DatePipe.supports()',
|
|
|
|
'DatePipe.transform()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'DebugElement',
|
|
|
|
'DebugElement.children',
|
|
|
|
'DebugElement.componentInstance',
|
|
|
|
'DebugElement.componentViewChildren',
|
|
|
|
'DebugElement.elementRef',
|
2015-09-21 19:48:16 -04:00
|
|
|
'DebugElement.getDirectiveInstance()',
|
|
|
|
'DebugElement.getLocal()',
|
|
|
|
'DebugElement.hasDirective()',
|
|
|
|
'DebugElement.inject()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'DebugElement.nativeElement',
|
2015-09-21 19:48:16 -04:00
|
|
|
'DebugElement.query()',
|
|
|
|
'DebugElement.queryAll()',
|
|
|
|
'DebugElement.triggerEventHandler()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'DecimalPipe',
|
2015-09-21 19:48:16 -04:00
|
|
|
'DecimalPipe.transform()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'DefaultValidators',
|
|
|
|
'DefaultValueAccessor',
|
2015-09-21 19:48:16 -04:00
|
|
|
'DefaultValueAccessor.onChange',
|
|
|
|
'DefaultValueAccessor.onChange=',
|
|
|
|
'DefaultValueAccessor.onTouched',
|
|
|
|
'DefaultValueAccessor.onTouched=',
|
|
|
|
'DefaultValueAccessor.registerOnChange()',
|
|
|
|
'DefaultValueAccessor.registerOnTouched()',
|
|
|
|
'DefaultValueAccessor.writeValue()',
|
|
|
|
'Dependency#fromKey()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'Dependency',
|
2015-09-21 19:48:16 -04:00
|
|
|
'Dependency.key',
|
|
|
|
'Dependency.key=',
|
|
|
|
'Dependency.lowerBoundVisibility',
|
|
|
|
'Dependency.lowerBoundVisibility=',
|
|
|
|
'Dependency.optional',
|
|
|
|
'Dependency.optional=',
|
|
|
|
'Dependency.properties',
|
|
|
|
'Dependency.properties=',
|
|
|
|
'Dependency.upperBoundVisibility',
|
|
|
|
'Dependency.upperBoundVisibility=',
|
|
|
|
'DependencyMetadata',
|
|
|
|
'DependencyMetadata.token',
|
2015-09-14 23:49:29 -04:00
|
|
|
'Directive',
|
2015-09-21 19:48:16 -04:00
|
|
|
'Directive.bindings',
|
2015-09-30 23:59:23 -04:00
|
|
|
'Directive.outputs',
|
2015-09-21 19:48:16 -04:00
|
|
|
'Directive.exportAs',
|
|
|
|
'Directive.host',
|
|
|
|
'Directive.moduleId',
|
2015-09-30 23:59:23 -04:00
|
|
|
'Directive.inputs',
|
2015-09-21 19:48:16 -04:00
|
|
|
'Directive.queries',
|
|
|
|
'Directive.selector',
|
2015-09-14 23:49:29 -04:00
|
|
|
'DirectiveMetadata',
|
2015-09-21 19:48:16 -04:00
|
|
|
'DirectiveMetadata.bindings',
|
2015-09-30 23:59:23 -04:00
|
|
|
'DirectiveMetadata.outputs',
|
2015-09-21 19:48:16 -04:00
|
|
|
'DirectiveMetadata.exportAs',
|
|
|
|
'DirectiveMetadata.host',
|
|
|
|
'DirectiveMetadata.moduleId',
|
2015-09-30 23:59:23 -04:00
|
|
|
'DirectiveMetadata.inputs',
|
2015-09-21 19:48:16 -04:00
|
|
|
'DirectiveMetadata.queries',
|
|
|
|
'DirectiveMetadata.selector',
|
2015-09-14 23:49:29 -04:00
|
|
|
'DirectiveResolver',
|
2015-09-21 19:48:16 -04:00
|
|
|
'DirectiveResolver.resolve()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'DynamicComponentLoader',
|
2015-09-21 19:48:16 -04:00
|
|
|
'DynamicComponentLoader.loadAsRoot()',
|
|
|
|
'DynamicComponentLoader.loadIntoLocation()',
|
|
|
|
'DynamicComponentLoader.loadNextToLocation()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'ELEMENT_PROBE_BINDINGS',
|
|
|
|
'ElementRef',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ElementRef.boundElementIndex',
|
|
|
|
'ElementRef.boundElementIndex=',
|
2015-09-14 23:49:29 -04:00
|
|
|
'ElementRef.nativeElement',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ElementRef.parentView',
|
|
|
|
'ElementRef.parentView=',
|
|
|
|
'ElementRef.renderBoundElementIndex',
|
|
|
|
'ElementRef.renderBoundElementIndex=',
|
2015-09-14 23:49:29 -04:00
|
|
|
'ElementRef.renderView',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ElementRef.renderView=',
|
2015-09-30 23:59:23 -04:00
|
|
|
'Output',
|
|
|
|
'Output.bindingPropertyName',
|
2015-09-14 23:49:29 -04:00
|
|
|
'EventEmitter',
|
2015-09-21 19:48:16 -04:00
|
|
|
'EventEmitter.add():dart',
|
|
|
|
'EventEmitter.addError():dart',
|
|
|
|
'EventEmitter.any():dart',
|
|
|
|
'EventEmitter.asBroadcastStream():dart',
|
|
|
|
'EventEmitter.asyncExpand():dart',
|
|
|
|
'EventEmitter.asyncMap():dart',
|
|
|
|
'EventEmitter.close():dart',
|
|
|
|
'EventEmitter.contains():dart',
|
|
|
|
'EventEmitter.distinct():dart',
|
|
|
|
'EventEmitter.drain():dart',
|
|
|
|
'EventEmitter.elementAt():dart',
|
|
|
|
'EventEmitter.every():dart',
|
|
|
|
'EventEmitter.expand():dart',
|
|
|
|
'EventEmitter.first:dart',
|
|
|
|
'EventEmitter.firstWhere():dart',
|
|
|
|
'EventEmitter.fold():dart',
|
|
|
|
'EventEmitter.forEach():dart',
|
|
|
|
'EventEmitter.handleError():dart',
|
|
|
|
'EventEmitter.isBroadcast:dart',
|
|
|
|
'EventEmitter.isEmpty:dart',
|
|
|
|
'EventEmitter.join():dart',
|
|
|
|
'EventEmitter.last:dart',
|
|
|
|
'EventEmitter.lastWhere():dart',
|
|
|
|
'EventEmitter.length:dart',
|
|
|
|
'EventEmitter.listen():dart',
|
|
|
|
'EventEmitter.map():dart',
|
|
|
|
'EventEmitter.next():js',
|
|
|
|
'EventEmitter.observer():js',
|
|
|
|
'EventEmitter.pipe():dart',
|
|
|
|
'EventEmitter.reduce():dart',
|
|
|
|
'EventEmitter.return():js',
|
|
|
|
'EventEmitter.single:dart',
|
|
|
|
'EventEmitter.singleWhere():dart',
|
|
|
|
'EventEmitter.skip():dart',
|
|
|
|
'EventEmitter.skipWhile():dart',
|
|
|
|
'EventEmitter.take():dart',
|
|
|
|
'EventEmitter.takeWhile():dart',
|
|
|
|
'EventEmitter.throw():js',
|
|
|
|
'EventEmitter.timeout():dart',
|
|
|
|
'EventEmitter.toList():dart',
|
|
|
|
'EventEmitter.toRx():js',
|
|
|
|
'EventEmitter.toSet():dart',
|
|
|
|
'EventEmitter.transform():dart',
|
|
|
|
'EventEmitter.where():dart',
|
2015-09-30 23:59:23 -04:00
|
|
|
'OutputMetadata',
|
|
|
|
'OutputMetadata.bindingPropertyName',
|
2015-09-14 23:49:29 -04:00
|
|
|
'ExpressionChangedAfterItHasBeenCheckedException',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ExpressionChangedAfterItHasBeenCheckedException.message',
|
|
|
|
'ExpressionChangedAfterItHasBeenCheckedException.stackTrace',
|
2015-09-14 23:49:29 -04:00
|
|
|
'FORM_BINDINGS',
|
|
|
|
'FORM_DIRECTIVES',
|
|
|
|
'FormBuilder',
|
2015-09-21 19:48:16 -04:00
|
|
|
'FormBuilder.array()',
|
|
|
|
'FormBuilder.control()',
|
|
|
|
'FormBuilder.group()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'Host',
|
|
|
|
'HostBinding',
|
2015-09-21 19:48:16 -04:00
|
|
|
'HostBinding.hostPropertyName',
|
2015-09-14 23:49:29 -04:00
|
|
|
'HostBindingMetadata',
|
2015-09-21 19:48:16 -04:00
|
|
|
'HostBindingMetadata.hostPropertyName',
|
2015-09-14 23:49:29 -04:00
|
|
|
'HostListener',
|
2015-09-21 19:48:16 -04:00
|
|
|
'HostListener.args',
|
|
|
|
'HostListener.eventName',
|
2015-09-14 23:49:29 -04:00
|
|
|
'HostListenerMetadata',
|
2015-09-21 19:48:16 -04:00
|
|
|
'HostListenerMetadata.args',
|
|
|
|
'HostListenerMetadata.eventName',
|
2015-09-14 23:49:29 -04:00
|
|
|
'HostMetadata',
|
|
|
|
'Inject',
|
2015-09-21 19:48:16 -04:00
|
|
|
'Inject.token',
|
2015-09-14 23:49:29 -04:00
|
|
|
'InjectMetadata',
|
2015-09-21 19:48:16 -04:00
|
|
|
'InjectMetadata.token',
|
2015-09-14 23:49:29 -04:00
|
|
|
'Injectable',
|
|
|
|
'InjectableMetadata',
|
2015-09-21 19:48:16 -04:00
|
|
|
'Injector#fromResolvedBindings()',
|
|
|
|
'Injector#resolve()',
|
|
|
|
'Injector#resolveAndCreate()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'Injector',
|
2015-09-21 19:48:16 -04:00
|
|
|
'Injector.createChildFromResolved()',
|
|
|
|
'Injector.debugContext()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'Injector.displayName',
|
2015-09-21 19:48:16 -04:00
|
|
|
'Injector.get()',
|
|
|
|
'Injector.getAt()',
|
|
|
|
'Injector.getOptional()',
|
|
|
|
'Injector.instantiateResolved()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'Injector.internalStrategy',
|
|
|
|
'Injector.parent',
|
2015-09-21 19:48:16 -04:00
|
|
|
'Injector.resolveAndCreateChild()',
|
|
|
|
'Injector.resolveAndInstantiate()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'InstantiationError',
|
2015-09-21 19:48:16 -04:00
|
|
|
'InstantiationError.addKey()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'InstantiationError.causeKey',
|
|
|
|
'InstantiationError.context',
|
2015-09-21 19:48:16 -04:00
|
|
|
'InstantiationError.injectors',
|
|
|
|
'InstantiationError.injectors=',
|
|
|
|
'InstantiationError.keys',
|
|
|
|
'InstantiationError.keys=',
|
2015-09-14 23:49:29 -04:00
|
|
|
'InstantiationError.message',
|
2015-09-21 19:48:16 -04:00
|
|
|
'InstantiationError.stackTrace',
|
2015-09-14 23:49:29 -04:00
|
|
|
'InstantiationError.wrapperMessage',
|
|
|
|
'InvalidBindingError',
|
2015-09-21 19:48:16 -04:00
|
|
|
'InvalidBindingError.message',
|
|
|
|
'InvalidBindingError.stackTrace',
|
|
|
|
'IterableDiffers#create()',
|
|
|
|
'IterableDiffers#extend()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'IterableDiffers',
|
2015-09-21 19:48:16 -04:00
|
|
|
'IterableDiffers.factories',
|
|
|
|
'IterableDiffers.find()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'JsonPipe',
|
2015-09-21 19:48:16 -04:00
|
|
|
'JsonPipe.transform()',
|
|
|
|
'Key#get()',
|
|
|
|
'Key#numberOfKeys',
|
2015-09-14 23:49:29 -04:00
|
|
|
'Key',
|
|
|
|
'Key.displayName',
|
2015-09-21 19:48:16 -04:00
|
|
|
'Key.id',
|
|
|
|
'Key.id=',
|
|
|
|
'Key.token',
|
|
|
|
'Key.token=',
|
|
|
|
'KeyValueDiffers#create()',
|
|
|
|
'KeyValueDiffers#extend()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'KeyValueDiffers',
|
2015-09-21 19:48:16 -04:00
|
|
|
'KeyValueDiffers.factories',
|
|
|
|
'KeyValueDiffers.find()',
|
2015-09-22 17:35:17 -04:00
|
|
|
'LifeCycle', // TODO: replace with ApplicationRef
|
2015-09-21 19:48:16 -04:00
|
|
|
'LifeCycle.registerWith()',
|
|
|
|
'LifeCycle.tick()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'LowerCasePipe',
|
2015-09-21 19:48:16 -04:00
|
|
|
'LowerCasePipe.transform()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'MAX_IN_MEMORY_ELEMENTS_PER_TEMPLATE',
|
|
|
|
'NG_VALIDATORS',
|
|
|
|
'NgClass',
|
2015-09-21 19:48:16 -04:00
|
|
|
'NgClass.doCheck()',
|
|
|
|
'NgClass.initialClasses=',
|
|
|
|
'NgClass.onDestroy()',
|
|
|
|
'NgClass.rawClass=',
|
2015-09-14 23:49:29 -04:00
|
|
|
'NgControl',
|
|
|
|
'NgControl.control',
|
|
|
|
'NgControl.dirty',
|
|
|
|
'NgControl.errors',
|
2015-09-21 19:48:16 -04:00
|
|
|
'NgControl.name',
|
|
|
|
'NgControl.name=',
|
2015-09-14 23:49:29 -04:00
|
|
|
'NgControl.path',
|
|
|
|
'NgControl.pristine',
|
|
|
|
'NgControl.touched',
|
|
|
|
'NgControl.untouched',
|
|
|
|
'NgControl.valid',
|
|
|
|
'NgControl.validator',
|
|
|
|
'NgControl.value',
|
2015-09-21 19:48:16 -04:00
|
|
|
'NgControl.valueAccessor',
|
|
|
|
'NgControl.valueAccessor=',
|
|
|
|
'NgControl.viewToModelUpdate()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'NgControlGroup',
|
|
|
|
'NgControlGroup.control',
|
|
|
|
'NgControlGroup.dirty',
|
|
|
|
'NgControlGroup.errors',
|
|
|
|
'NgControlGroup.formDirective',
|
2015-09-21 19:48:16 -04:00
|
|
|
'NgControlGroup.name',
|
|
|
|
'NgControlGroup.name=',
|
|
|
|
'NgControlGroup.onDestroy()',
|
|
|
|
'NgControlGroup.onInit()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'NgControlGroup.path',
|
|
|
|
'NgControlGroup.pristine',
|
|
|
|
'NgControlGroup.touched',
|
|
|
|
'NgControlGroup.untouched',
|
|
|
|
'NgControlGroup.valid',
|
|
|
|
'NgControlGroup.value',
|
2015-09-30 20:52:33 -04:00
|
|
|
'NgControlStatus',
|
|
|
|
'NgControlStatus.ngClassDirty',
|
|
|
|
'NgControlStatus.ngClassInvalid',
|
|
|
|
'NgControlStatus.ngClassPristine',
|
|
|
|
'NgControlStatus.ngClassTouched',
|
|
|
|
'NgControlStatus.ngClassUntouched',
|
|
|
|
'NgControlStatus.ngClassValid',
|
2015-09-14 23:49:29 -04:00
|
|
|
'NgControlName',
|
|
|
|
'NgControlName.control',
|
|
|
|
'NgControlName.dirty',
|
|
|
|
'NgControlName.errors',
|
|
|
|
'NgControlName.formDirective',
|
2015-09-21 19:48:16 -04:00
|
|
|
'NgControlName.model',
|
|
|
|
'NgControlName.model=',
|
|
|
|
'NgControlName.name',
|
|
|
|
'NgControlName.name=',
|
|
|
|
'NgControlName.onChanges()',
|
|
|
|
'NgControlName.onDestroy()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'NgControlName.path',
|
|
|
|
'NgControlName.pristine',
|
|
|
|
'NgControlName.touched',
|
|
|
|
'NgControlName.untouched',
|
2015-09-21 19:48:16 -04:00
|
|
|
'NgControlName.update',
|
|
|
|
'NgControlName.update=',
|
2015-09-14 23:49:29 -04:00
|
|
|
'NgControlName.valid',
|
|
|
|
'NgControlName.validator',
|
2015-09-21 19:48:16 -04:00
|
|
|
'NgControlName.validators',
|
|
|
|
'NgControlName.validators=',
|
2015-09-14 23:49:29 -04:00
|
|
|
'NgControlName.value',
|
2015-09-21 19:48:16 -04:00
|
|
|
'NgControlName.valueAccessor',
|
|
|
|
'NgControlName.valueAccessor=',
|
|
|
|
'NgControlName.viewModel',
|
|
|
|
'NgControlName.viewModel=',
|
|
|
|
'NgControlName.viewToModelUpdate()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'NgFor',
|
2015-09-21 19:48:16 -04:00
|
|
|
'NgFor.doCheck()',
|
|
|
|
'NgFor.ngForOf=',
|
2015-09-14 23:49:29 -04:00
|
|
|
'NgForm',
|
2015-09-21 19:48:16 -04:00
|
|
|
'NgForm.addControl()',
|
|
|
|
'NgForm.addControlGroup()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'NgForm.control',
|
|
|
|
'NgForm.controls',
|
|
|
|
'NgForm.dirty',
|
|
|
|
'NgForm.errors',
|
2015-09-21 19:48:16 -04:00
|
|
|
'NgForm.form',
|
|
|
|
'NgForm.form=',
|
2015-09-14 23:49:29 -04:00
|
|
|
'NgForm.formDirective',
|
2015-09-21 19:48:16 -04:00
|
|
|
'NgForm.getControl()',
|
|
|
|
'NgForm.getControlGroup()',
|
|
|
|
'NgForm.name',
|
|
|
|
'NgForm.name=',
|
|
|
|
'NgForm.ngSubmit',
|
|
|
|
'NgForm.ngSubmit=',
|
|
|
|
'NgForm.onSubmit()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'NgForm.path',
|
|
|
|
'NgForm.pristine',
|
2015-09-21 19:48:16 -04:00
|
|
|
'NgForm.removeControl()',
|
|
|
|
'NgForm.removeControlGroup()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'NgForm.touched',
|
|
|
|
'NgForm.untouched',
|
2015-09-21 19:48:16 -04:00
|
|
|
'NgForm.updateModel()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'NgForm.valid',
|
|
|
|
'NgForm.value',
|
|
|
|
'NgFormControl',
|
|
|
|
'NgFormControl.control',
|
|
|
|
'NgFormControl.dirty',
|
|
|
|
'NgFormControl.errors',
|
2015-09-21 19:48:16 -04:00
|
|
|
'NgFormControl.form',
|
|
|
|
'NgFormControl.form=',
|
|
|
|
'NgFormControl.model',
|
|
|
|
'NgFormControl.model=',
|
|
|
|
'NgFormControl.name',
|
|
|
|
'NgFormControl.name=',
|
|
|
|
'NgFormControl.onChanges()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'NgFormControl.path',
|
|
|
|
'NgFormControl.pristine',
|
|
|
|
'NgFormControl.touched',
|
|
|
|
'NgFormControl.untouched',
|
2015-09-21 19:48:16 -04:00
|
|
|
'NgFormControl.update',
|
|
|
|
'NgFormControl.update=',
|
2015-09-14 23:49:29 -04:00
|
|
|
'NgFormControl.valid',
|
|
|
|
'NgFormControl.validator',
|
2015-09-21 19:48:16 -04:00
|
|
|
'NgFormControl.validators',
|
|
|
|
'NgFormControl.validators=',
|
2015-09-14 23:49:29 -04:00
|
|
|
'NgFormControl.value',
|
2015-09-21 19:48:16 -04:00
|
|
|
'NgFormControl.valueAccessor',
|
|
|
|
'NgFormControl.valueAccessor=',
|
|
|
|
'NgFormControl.viewModel',
|
|
|
|
'NgFormControl.viewModel=',
|
|
|
|
'NgFormControl.viewToModelUpdate()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'NgFormModel',
|
2015-09-21 19:48:16 -04:00
|
|
|
'NgFormModel.addControl()',
|
|
|
|
'NgFormModel.addControlGroup()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'NgFormModel.control',
|
2015-09-21 19:48:16 -04:00
|
|
|
'NgFormModel.directives',
|
|
|
|
'NgFormModel.directives=',
|
2015-09-14 23:49:29 -04:00
|
|
|
'NgFormModel.dirty',
|
|
|
|
'NgFormModel.errors',
|
2015-09-21 19:48:16 -04:00
|
|
|
'NgFormModel.form',
|
|
|
|
'NgFormModel.form=',
|
2015-09-14 23:49:29 -04:00
|
|
|
'NgFormModel.formDirective',
|
2015-09-21 19:48:16 -04:00
|
|
|
'NgFormModel.getControl()',
|
|
|
|
'NgFormModel.getControlGroup()',
|
|
|
|
'NgFormModel.name',
|
|
|
|
'NgFormModel.name=',
|
|
|
|
'NgFormModel.ngSubmit',
|
|
|
|
'NgFormModel.ngSubmit=',
|
|
|
|
'NgFormModel.onChanges()',
|
|
|
|
'NgFormModel.onSubmit()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'NgFormModel.path',
|
|
|
|
'NgFormModel.pristine',
|
2015-09-21 19:48:16 -04:00
|
|
|
'NgFormModel.removeControl()',
|
|
|
|
'NgFormModel.removeControlGroup()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'NgFormModel.touched',
|
|
|
|
'NgFormModel.untouched',
|
2015-09-21 19:48:16 -04:00
|
|
|
'NgFormModel.updateModel()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'NgFormModel.valid',
|
|
|
|
'NgFormModel.value',
|
|
|
|
'NgIf',
|
2015-09-21 19:48:16 -04:00
|
|
|
'NgIf.ngIf=',
|
2015-09-14 23:49:29 -04:00
|
|
|
'NgModel',
|
|
|
|
'NgModel.control',
|
|
|
|
'NgModel.dirty',
|
|
|
|
'NgModel.errors',
|
2015-09-21 19:48:16 -04:00
|
|
|
'NgModel.model',
|
|
|
|
'NgModel.model=',
|
|
|
|
'NgModel.name',
|
|
|
|
'NgModel.name=',
|
|
|
|
'NgModel.onChanges()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'NgModel.path',
|
|
|
|
'NgModel.pristine',
|
|
|
|
'NgModel.touched',
|
|
|
|
'NgModel.untouched',
|
2015-09-21 19:48:16 -04:00
|
|
|
'NgModel.update',
|
|
|
|
'NgModel.update=',
|
2015-09-14 23:49:29 -04:00
|
|
|
'NgModel.valid',
|
|
|
|
'NgModel.validator',
|
2015-09-21 19:48:16 -04:00
|
|
|
'NgModel.validators',
|
|
|
|
'NgModel.validators=',
|
2015-09-14 23:49:29 -04:00
|
|
|
'NgModel.value',
|
2015-09-21 19:48:16 -04:00
|
|
|
'NgModel.valueAccessor',
|
|
|
|
'NgModel.valueAccessor=',
|
|
|
|
'NgModel.viewModel',
|
|
|
|
'NgModel.viewModel=',
|
|
|
|
'NgModel.viewToModelUpdate()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'NgSelectOption',
|
|
|
|
'NgStyle',
|
2015-09-21 19:48:16 -04:00
|
|
|
'NgStyle.doCheck()',
|
|
|
|
'NgStyle.rawStyle=',
|
2015-09-14 23:49:29 -04:00
|
|
|
'NgSwitch',
|
2015-09-21 19:48:16 -04:00
|
|
|
'NgSwitch.ngSwitch=',
|
2015-09-14 23:49:29 -04:00
|
|
|
'NgSwitchDefault',
|
|
|
|
'NgSwitchWhen',
|
2015-09-21 19:48:16 -04:00
|
|
|
'NgSwitchWhen.ngSwitchWhen=',
|
2015-09-14 23:49:29 -04:00
|
|
|
'NgZone',
|
2015-09-21 19:48:16 -04:00
|
|
|
'NgZone.overrideOnErrorHandler()',
|
|
|
|
'NgZone.overrideOnEventDone()',
|
|
|
|
'NgZone.overrideOnTurnDone()',
|
|
|
|
'NgZone.overrideOnTurnStart()',
|
|
|
|
'NgZone.run()',
|
|
|
|
'NgZone.runOutsideAngular()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'NoAnnotationError',
|
2015-09-21 19:48:16 -04:00
|
|
|
'NoAnnotationError.message',
|
|
|
|
'NoAnnotationError.stackTrace',
|
2015-09-14 23:49:29 -04:00
|
|
|
'NoBindingError',
|
2015-09-21 19:48:16 -04:00
|
|
|
'NoBindingError.addKey()',
|
|
|
|
'NoBindingError.constructResolvingMessage',
|
|
|
|
'NoBindingError.constructResolvingMessage=',
|
2015-09-14 23:49:29 -04:00
|
|
|
'NoBindingError.context',
|
2015-09-21 19:48:16 -04:00
|
|
|
'NoBindingError.injectors',
|
|
|
|
'NoBindingError.injectors=',
|
|
|
|
'NoBindingError.keys',
|
|
|
|
'NoBindingError.keys=',
|
|
|
|
'NoBindingError.message',
|
|
|
|
'NoBindingError.message=',
|
|
|
|
'NoBindingError.stackTrace',
|
2015-09-14 23:49:29 -04:00
|
|
|
'NumberPipe',
|
2015-09-21 19:48:16 -04:00
|
|
|
'Observable.observer():js',
|
|
|
|
'Observable:js',
|
|
|
|
'ObservableListDiff.check():dart',
|
|
|
|
'ObservableListDiff.collection:dart',
|
|
|
|
'ObservableListDiff.diff():dart',
|
|
|
|
'ObservableListDiff.forEachAddedItem():dart',
|
|
|
|
'ObservableListDiff.forEachItem():dart',
|
|
|
|
'ObservableListDiff.forEachMovedItem():dart',
|
|
|
|
'ObservableListDiff.forEachPreviousItem():dart',
|
|
|
|
'ObservableListDiff.forEachRemovedItem():dart',
|
|
|
|
'ObservableListDiff.isDirty:dart',
|
|
|
|
'ObservableListDiff.length:dart',
|
|
|
|
'ObservableListDiff.onDestroy():dart',
|
|
|
|
'ObservableListDiff:dart',
|
|
|
|
'ObservableListDiffFactory.create():dart',
|
|
|
|
'ObservableListDiffFactory.supports():dart',
|
|
|
|
'ObservableListDiffFactory:dart',
|
2015-09-14 23:49:29 -04:00
|
|
|
'OpaqueToken',
|
|
|
|
'Optional',
|
|
|
|
'OptionalMetadata',
|
|
|
|
'OutOfBoundsError',
|
2015-09-21 19:48:16 -04:00
|
|
|
'OutOfBoundsError.message',
|
|
|
|
'OutOfBoundsError.stackTrace',
|
2015-09-14 23:49:29 -04:00
|
|
|
'PercentPipe',
|
2015-09-21 19:48:16 -04:00
|
|
|
'PercentPipe.transform()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'Pipe',
|
2015-09-21 19:48:16 -04:00
|
|
|
'Pipe.name',
|
2015-09-14 23:49:29 -04:00
|
|
|
'Pipe.pure',
|
|
|
|
'PipeMetadata',
|
2015-09-21 19:48:16 -04:00
|
|
|
'PipeMetadata.name',
|
2015-09-14 23:49:29 -04:00
|
|
|
'PipeMetadata.pure',
|
|
|
|
'PlatformRef',
|
2015-09-21 19:48:16 -04:00
|
|
|
'PlatformRef.application()',
|
|
|
|
'PlatformRef.asyncApplication()',
|
|
|
|
'PlatformRef.dispose()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'PlatformRef.injector',
|
2015-09-21 19:48:16 -04:00
|
|
|
'Predicate:dart',
|
2015-09-30 23:59:23 -04:00
|
|
|
'Input',
|
|
|
|
'Input.bindingPropertyName',
|
|
|
|
'InputMetadata',
|
|
|
|
'InputMetadata.bindingPropertyName',
|
2015-09-14 23:49:29 -04:00
|
|
|
'ProtoViewRef',
|
|
|
|
'Query',
|
2015-09-21 19:48:16 -04:00
|
|
|
'Query.descendants',
|
|
|
|
'Query.first',
|
2015-09-14 23:49:29 -04:00
|
|
|
'Query.isVarBindingQuery',
|
|
|
|
'Query.isViewQuery',
|
|
|
|
'Query.selector',
|
|
|
|
'Query.token',
|
|
|
|
'Query.varBindings',
|
|
|
|
'QueryList',
|
2015-09-21 19:48:16 -04:00
|
|
|
'QueryList.any():dart',
|
|
|
|
'QueryList.contains():dart',
|
|
|
|
'QueryList.elementAt():dart',
|
|
|
|
'QueryList.every():dart',
|
|
|
|
'QueryList.expand():dart',
|
2015-09-30 11:41:00 -04:00
|
|
|
'QueryList.notifyOnChanges():',
|
2015-09-14 23:49:29 -04:00
|
|
|
'QueryList.first',
|
2015-09-21 19:48:16 -04:00
|
|
|
'QueryList.firstWhere():dart',
|
|
|
|
'QueryList.fold():dart',
|
|
|
|
'QueryList.forEach():dart',
|
|
|
|
'QueryList.isEmpty',
|
|
|
|
'QueryList.isNotEmpty',
|
|
|
|
'QueryList.iterator',
|
|
|
|
'QueryList.join():dart',
|
2015-09-14 23:49:29 -04:00
|
|
|
'QueryList.last',
|
2015-09-21 19:48:16 -04:00
|
|
|
'QueryList.lastWhere():dart',
|
2015-09-14 23:49:29 -04:00
|
|
|
'QueryList.length',
|
2015-09-21 19:48:16 -04:00
|
|
|
'QueryList.map()',
|
2015-09-30 11:41:00 -04:00
|
|
|
'QueryList.changes',
|
2015-09-21 19:48:16 -04:00
|
|
|
'QueryList.reduce():dart',
|
|
|
|
'QueryList.reset()',
|
|
|
|
'QueryList.single',
|
|
|
|
'QueryList.singleWhere():dart',
|
|
|
|
'QueryList.skip():dart',
|
|
|
|
'QueryList.skipWhile():dart',
|
|
|
|
'QueryList.take():dart',
|
|
|
|
'QueryList.takeWhile():dart',
|
|
|
|
'QueryList.toList():dart',
|
|
|
|
'QueryList.toSet():dart',
|
|
|
|
'QueryList.where():dart',
|
2015-09-14 23:49:29 -04:00
|
|
|
'QueryMetadata',
|
2015-09-21 19:48:16 -04:00
|
|
|
'QueryMetadata.descendants',
|
|
|
|
'QueryMetadata.first',
|
2015-09-14 23:49:29 -04:00
|
|
|
'QueryMetadata.isVarBindingQuery',
|
|
|
|
'QueryMetadata.isViewQuery',
|
|
|
|
'QueryMetadata.selector',
|
|
|
|
'QueryMetadata.token',
|
|
|
|
'QueryMetadata.varBindings',
|
2015-09-21 19:48:16 -04:00
|
|
|
'RenderDirectiveMetadata#COMPONENT_TYPE',
|
|
|
|
'RenderDirectiveMetadata#DIRECTIVE_TYPE',
|
|
|
|
'RenderDirectiveMetadata#create()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'RenderDirectiveMetadata',
|
2015-09-21 19:48:16 -04:00
|
|
|
'RenderDirectiveMetadata.callAfterContentChecked',
|
|
|
|
'RenderDirectiveMetadata.callAfterContentChecked=',
|
|
|
|
'RenderDirectiveMetadata.callAfterContentInit',
|
|
|
|
'RenderDirectiveMetadata.callAfterContentInit=',
|
|
|
|
'RenderDirectiveMetadata.callAfterViewChecked',
|
|
|
|
'RenderDirectiveMetadata.callAfterViewChecked=',
|
|
|
|
'RenderDirectiveMetadata.callAfterViewInit',
|
|
|
|
'RenderDirectiveMetadata.callAfterViewInit=',
|
|
|
|
'RenderDirectiveMetadata.callDoCheck',
|
|
|
|
'RenderDirectiveMetadata.callDoCheck=',
|
|
|
|
'RenderDirectiveMetadata.callOnChanges',
|
|
|
|
'RenderDirectiveMetadata.callOnChanges=',
|
|
|
|
'RenderDirectiveMetadata.callOnDestroy',
|
|
|
|
'RenderDirectiveMetadata.callOnDestroy=',
|
|
|
|
'RenderDirectiveMetadata.callOnInit',
|
|
|
|
'RenderDirectiveMetadata.callOnInit=',
|
|
|
|
'RenderDirectiveMetadata.changeDetection',
|
|
|
|
'RenderDirectiveMetadata.changeDetection=',
|
|
|
|
'RenderDirectiveMetadata.compileChildren',
|
|
|
|
'RenderDirectiveMetadata.compileChildren=',
|
2015-09-30 23:59:23 -04:00
|
|
|
'RenderDirectiveMetadata.outputs',
|
|
|
|
'RenderDirectiveMetadata.outputs=',
|
2015-09-21 19:48:16 -04:00
|
|
|
'RenderDirectiveMetadata.exportAs',
|
|
|
|
'RenderDirectiveMetadata.exportAs=',
|
|
|
|
'RenderDirectiveMetadata.hostAttributes',
|
|
|
|
'RenderDirectiveMetadata.hostAttributes=',
|
|
|
|
'RenderDirectiveMetadata.hostListeners',
|
|
|
|
'RenderDirectiveMetadata.hostListeners=',
|
|
|
|
'RenderDirectiveMetadata.hostProperties',
|
|
|
|
'RenderDirectiveMetadata.hostProperties=',
|
|
|
|
'RenderDirectiveMetadata.id',
|
|
|
|
'RenderDirectiveMetadata.id=',
|
2015-09-30 23:59:23 -04:00
|
|
|
'RenderDirectiveMetadata.inputs',
|
|
|
|
'RenderDirectiveMetadata.inputs=',
|
2015-09-21 19:48:16 -04:00
|
|
|
'RenderDirectiveMetadata.queries',
|
|
|
|
'RenderDirectiveMetadata.queries=',
|
|
|
|
'RenderDirectiveMetadata.readAttributes',
|
|
|
|
'RenderDirectiveMetadata.readAttributes=',
|
|
|
|
'RenderDirectiveMetadata.selector',
|
|
|
|
'RenderDirectiveMetadata.selector=',
|
|
|
|
'RenderDirectiveMetadata.type',
|
|
|
|
'RenderDirectiveMetadata.type=',
|
2015-09-14 23:49:29 -04:00
|
|
|
'RenderFragmentRef',
|
|
|
|
'RenderProtoViewRef',
|
|
|
|
'RenderViewRef',
|
|
|
|
'RenderViewWithFragments',
|
2015-09-21 19:48:16 -04:00
|
|
|
'RenderViewWithFragments.fragmentRefs',
|
|
|
|
'RenderViewWithFragments.fragmentRefs=',
|
|
|
|
'RenderViewWithFragments.viewRef',
|
|
|
|
'RenderViewWithFragments.viewRef=',
|
2015-09-14 23:49:29 -04:00
|
|
|
'Renderer',
|
2015-09-21 19:48:16 -04:00
|
|
|
'Renderer.attachFragmentAfterElement()',
|
|
|
|
'Renderer.attachFragmentAfterFragment()',
|
2015-10-01 13:07:49 -04:00
|
|
|
'Renderer.createProtoView()',
|
|
|
|
'Renderer.registerComponentTemplate()',
|
2015-09-21 19:48:16 -04:00
|
|
|
'Renderer.createRootHostView()',
|
|
|
|
'Renderer.createView()',
|
|
|
|
'Renderer.dehydrateView()',
|
|
|
|
'Renderer.destroyView()',
|
|
|
|
'Renderer.detachFragment()',
|
|
|
|
'Renderer.getNativeElementSync()',
|
|
|
|
'Renderer.hydrateView()',
|
|
|
|
'Renderer.invokeElementMethod()',
|
|
|
|
'Renderer.setElementAttribute()',
|
|
|
|
'Renderer.setElementClass()',
|
|
|
|
'Renderer.setElementProperty()',
|
|
|
|
'Renderer.setElementStyle()',
|
|
|
|
'Renderer.setEventDispatcher()',
|
|
|
|
'Renderer.setText()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'ResolvedBinding',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ResolvedBinding.key',
|
|
|
|
'ResolvedBinding.key=',
|
|
|
|
'ResolvedBinding.multiBinding',
|
|
|
|
'ResolvedBinding.multiBinding=',
|
|
|
|
'ResolvedBinding.resolvedFactories',
|
|
|
|
'ResolvedBinding.resolvedFactories=',
|
2015-09-14 23:49:29 -04:00
|
|
|
'ResolvedBinding.resolvedFactory',
|
|
|
|
'ResolvedFactory',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ResolvedFactory.dependencies',
|
|
|
|
'ResolvedFactory.dependencies=',
|
|
|
|
'ResolvedFactory.factory',
|
|
|
|
'ResolvedFactory.factory=',
|
|
|
|
'Scope#all()',
|
|
|
|
'Scope#light()',
|
|
|
|
'Scope#view()',
|
|
|
|
'Scope', // TODO(misko): rename?
|
2015-09-14 23:49:29 -04:00
|
|
|
'SelectControlValueAccessor',
|
2015-09-21 19:48:16 -04:00
|
|
|
'SelectControlValueAccessor.onChange',
|
|
|
|
'SelectControlValueAccessor.onChange=',
|
|
|
|
'SelectControlValueAccessor.onTouched',
|
|
|
|
'SelectControlValueAccessor.onTouched=',
|
|
|
|
'SelectControlValueAccessor.registerOnChange()',
|
|
|
|
'SelectControlValueAccessor.registerOnTouched()',
|
|
|
|
'SelectControlValueAccessor.value',
|
|
|
|
'SelectControlValueAccessor.value=',
|
|
|
|
'SelectControlValueAccessor.writeValue()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'Self',
|
|
|
|
'SelfMetadata',
|
|
|
|
'SkipSelf',
|
|
|
|
'SkipSelfMetadata',
|
2015-09-21 19:48:16 -04:00
|
|
|
'SlicePipe',
|
|
|
|
'SlicePipe.supports()',
|
|
|
|
'SlicePipe.transform()',
|
2015-09-23 14:43:31 -04:00
|
|
|
'SimpleChange',
|
|
|
|
'SimpleChange.currentValue',
|
|
|
|
'SimpleChange.currentValue=',
|
|
|
|
'SimpleChange.previousValue',
|
|
|
|
'SimpleChange.previousValue=',
|
|
|
|
'SimpleChange.isFirstChange()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'TemplateRef',
|
2015-09-21 19:48:16 -04:00
|
|
|
'TemplateRef.elementRef',
|
|
|
|
'TemplateRef.elementRef=',
|
|
|
|
'TemplateRef.hasLocal()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'TemplateRef.protoViewRef',
|
2015-09-21 19:48:16 -04:00
|
|
|
'Type:js',
|
2015-09-19 05:54:29 -04:00
|
|
|
'Title',
|
|
|
|
'Title.getTitle()',
|
|
|
|
'Title.setTitle()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'TypeLiteral',
|
|
|
|
'TypeLiteral.type',
|
|
|
|
'UpperCasePipe',
|
2015-09-21 19:48:16 -04:00
|
|
|
'UpperCasePipe.transform()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'UrlResolver',
|
2015-09-21 19:48:16 -04:00
|
|
|
'UrlResolver.resolve()',
|
|
|
|
'Validators#array()',
|
|
|
|
'Validators#compose()',
|
|
|
|
'Validators#group()',
|
|
|
|
'Validators#nullValidator()',
|
|
|
|
'Validators#required()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'Validators',
|
|
|
|
'View',
|
2015-09-21 19:48:16 -04:00
|
|
|
'View.directives',
|
|
|
|
'View.encapsulation',
|
|
|
|
'View.pipes',
|
|
|
|
'View.styleUrls',
|
|
|
|
'View.styles',
|
|
|
|
'View.template',
|
|
|
|
'View.templateUrl',
|
2015-09-19 21:39:35 -04:00
|
|
|
'ViewChild',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ViewChild.descendants',
|
|
|
|
'ViewChild.first',
|
2015-09-19 21:39:35 -04:00
|
|
|
'ViewChild.isVarBindingQuery',
|
|
|
|
'ViewChild.isViewQuery',
|
|
|
|
'ViewChild.selector',
|
|
|
|
'ViewChild.token',
|
|
|
|
'ViewChild.varBindings',
|
|
|
|
'ViewChildMetadata',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ViewChildMetadata.descendants',
|
|
|
|
'ViewChildMetadata.first',
|
2015-09-19 21:39:35 -04:00
|
|
|
'ViewChildMetadata.isVarBindingQuery',
|
|
|
|
'ViewChildMetadata.isViewQuery',
|
|
|
|
'ViewChildMetadata.selector',
|
|
|
|
'ViewChildMetadata.token',
|
|
|
|
'ViewChildMetadata.varBindings',
|
2015-09-17 21:45:14 -04:00
|
|
|
'ViewChildren',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ViewChildren.descendants',
|
|
|
|
'ViewChildren.first',
|
2015-09-17 21:45:14 -04:00
|
|
|
'ViewChildren.isVarBindingQuery',
|
|
|
|
'ViewChildren.isViewQuery',
|
|
|
|
'ViewChildren.selector',
|
|
|
|
'ViewChildren.token',
|
|
|
|
'ViewChildren.varBindings',
|
|
|
|
'ViewChildrenMetadata',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ViewChildrenMetadata.descendants',
|
|
|
|
'ViewChildrenMetadata.first',
|
2015-09-17 21:45:14 -04:00
|
|
|
'ViewChildrenMetadata.isVarBindingQuery',
|
|
|
|
'ViewChildrenMetadata.isViewQuery',
|
|
|
|
'ViewChildrenMetadata.selector',
|
|
|
|
'ViewChildrenMetadata.token',
|
|
|
|
'ViewChildrenMetadata.varBindings',
|
2015-09-14 23:49:29 -04:00
|
|
|
'ViewContainerRef',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ViewContainerRef.clear()',
|
|
|
|
'ViewContainerRef.createEmbeddedView()',
|
|
|
|
'ViewContainerRef.createHostView()',
|
|
|
|
'ViewContainerRef.detach()',
|
|
|
|
'ViewContainerRef.element',
|
|
|
|
'ViewContainerRef.element=',
|
|
|
|
'ViewContainerRef.get()',
|
|
|
|
'ViewContainerRef.indexOf()',
|
|
|
|
'ViewContainerRef.insert()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'ViewContainerRef.length',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ViewContainerRef.remove()',
|
|
|
|
'ViewContainerRef.viewManager',
|
|
|
|
'ViewContainerRef.viewManager=',
|
2015-09-14 23:49:29 -04:00
|
|
|
'ViewDefinition',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ViewDefinition.componentId',
|
|
|
|
'ViewDefinition.componentId=',
|
|
|
|
'ViewDefinition.directives',
|
|
|
|
'ViewDefinition.directives=',
|
|
|
|
'ViewDefinition.encapsulation',
|
|
|
|
'ViewDefinition.encapsulation=',
|
|
|
|
'ViewDefinition.styleAbsUrls',
|
|
|
|
'ViewDefinition.styleAbsUrls=',
|
|
|
|
'ViewDefinition.styles',
|
|
|
|
'ViewDefinition.styles=',
|
|
|
|
'ViewDefinition.template',
|
|
|
|
'ViewDefinition.template=',
|
|
|
|
'ViewDefinition.templateAbsUrl',
|
|
|
|
'ViewDefinition.templateAbsUrl=',
|
|
|
|
'ViewEncapsulation#Emulated',
|
|
|
|
'ViewEncapsulation#Native',
|
|
|
|
'ViewEncapsulation#None',
|
|
|
|
'ViewEncapsulation#values',
|
2015-09-14 23:49:29 -04:00
|
|
|
'ViewEncapsulation',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ViewEncapsulation.index',
|
2015-09-14 23:49:29 -04:00
|
|
|
'ViewMetadata',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ViewMetadata.directives',
|
|
|
|
'ViewMetadata.encapsulation',
|
|
|
|
'ViewMetadata.pipes',
|
|
|
|
'ViewMetadata.styleUrls',
|
|
|
|
'ViewMetadata.styles',
|
|
|
|
'ViewMetadata.template',
|
|
|
|
'ViewMetadata.templateUrl',
|
2015-09-14 23:49:29 -04:00
|
|
|
'ViewQuery',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ViewQuery.descendants',
|
|
|
|
'ViewQuery.first',
|
2015-09-14 23:49:29 -04:00
|
|
|
'ViewQuery.isVarBindingQuery',
|
|
|
|
'ViewQuery.isViewQuery',
|
|
|
|
'ViewQuery.selector',
|
|
|
|
'ViewQuery.token',
|
|
|
|
'ViewQuery.varBindings',
|
|
|
|
'ViewQueryMetadata',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ViewQueryMetadata.descendants',
|
|
|
|
'ViewQueryMetadata.first',
|
2015-09-14 23:49:29 -04:00
|
|
|
'ViewQueryMetadata.isVarBindingQuery',
|
|
|
|
'ViewQueryMetadata.isViewQuery',
|
|
|
|
'ViewQueryMetadata.selector',
|
|
|
|
'ViewQueryMetadata.token',
|
|
|
|
'ViewQueryMetadata.varBindings',
|
|
|
|
'ViewRef',
|
2015-08-06 16:19:29 -04:00
|
|
|
'ViewRef.changeDetectorRef',
|
|
|
|
'ViewRef.changeDetectorRef=',
|
2015-09-14 23:49:29 -04:00
|
|
|
'ViewRef.render',
|
|
|
|
'ViewRef.renderFragment',
|
2015-09-21 19:48:16 -04:00
|
|
|
'ViewRef.setLocal()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'WrappedException',
|
|
|
|
'WrappedException.context',
|
|
|
|
'WrappedException.message',
|
2015-09-21 19:48:16 -04:00
|
|
|
'WrappedException.stackTrace',
|
2015-09-14 23:49:29 -04:00
|
|
|
'WrappedException.wrapperMessage',
|
2015-09-21 19:48:16 -04:00
|
|
|
'WrappedValue#wrap()',
|
2015-09-14 23:49:29 -04:00
|
|
|
'WrappedValue',
|
2015-09-21 19:48:16 -04:00
|
|
|
'WrappedValue.wrapped',
|
|
|
|
'WrappedValue.wrapped=',
|
|
|
|
'WtfScopeFn:dart',
|
|
|
|
'applicationCommonBindings()',
|
|
|
|
'asNativeElements()',
|
|
|
|
'bind()',
|
|
|
|
'bootstrap():js',
|
|
|
|
'createNgZone()',
|
|
|
|
'forwardRef():js',
|
|
|
|
'inspectElement()',
|
|
|
|
'inspectNativeElement()',
|
|
|
|
'platform():js',
|
|
|
|
'platformBindings()',
|
|
|
|
'platformCommon()',
|
|
|
|
'resolveForwardRef():js',
|
|
|
|
'wtfCreateScope():js',
|
|
|
|
'wtfCreateScope:dart',
|
|
|
|
'wtfEndTimeRange():js',
|
|
|
|
'wtfEndTimeRange:dart',
|
|
|
|
'wtfLeave():js',
|
|
|
|
'wtfLeave:dart',
|
|
|
|
'wtfStartTimeRange():js',
|
|
|
|
'wtfStartTimeRange:dart',
|
|
|
|
'{AfterContentChecked}',
|
|
|
|
'{AfterContentInit}',
|
|
|
|
'{AfterViewChecked}',
|
|
|
|
'{AfterViewInit}',
|
|
|
|
'{ControlValueAccessor}',
|
|
|
|
'{DoCheck}',
|
|
|
|
'{Form}',
|
|
|
|
'{HostViewRef}',
|
2015-08-06 16:19:29 -04:00
|
|
|
'{HostViewRef}.changeDetectorRef',
|
|
|
|
'{HostViewRef}.changeDetectorRef=',
|
2015-09-21 19:48:16 -04:00
|
|
|
'{IterableDifferFactory}',
|
|
|
|
'{IterableDiffer}',
|
|
|
|
'{KeyValueDifferFactory}',
|
|
|
|
'{KeyValueDiffer}',
|
|
|
|
'{OnChanges}',
|
|
|
|
'{OnDestroy}',
|
|
|
|
'{OnInit}',
|
|
|
|
'{PipeOnDestroy}',
|
|
|
|
'{PipeTransform}',
|
2015-10-01 13:07:49 -04:00
|
|
|
'{RenderBeginCmd}',
|
|
|
|
'{RenderBeginCmd}.isBound',
|
|
|
|
'{RenderBeginCmd}.isBound=',
|
|
|
|
'{RenderBeginCmd}.ngContentIndex',
|
|
|
|
'{RenderBeginCmd}.ngContentIndex=',
|
|
|
|
'{RenderBeginComponentCmd}',
|
|
|
|
'{RenderBeginComponentCmd}.nativeShadow',
|
|
|
|
'{RenderBeginComponentCmd}.nativeShadow=',
|
|
|
|
'{RenderBeginComponentCmd}.templateId',
|
|
|
|
'{RenderBeginComponentCmd}.templateId=',
|
|
|
|
'{RenderBeginElementCmd}',
|
|
|
|
'{RenderBeginElementCmd}.attrNameAndValues',
|
|
|
|
'{RenderBeginElementCmd}.attrNameAndValues=',
|
|
|
|
'{RenderBeginElementCmd}.eventTargetAndNames',
|
|
|
|
'{RenderBeginElementCmd}.eventTargetAndNames=',
|
|
|
|
'{RenderBeginElementCmd}.name',
|
|
|
|
'{RenderBeginElementCmd}.name=',
|
|
|
|
'{RenderCommandVisitor}',
|
|
|
|
'{RenderEmbeddedTemplateCmd}',
|
|
|
|
'{RenderEmbeddedTemplateCmd}.children',
|
|
|
|
'{RenderEmbeddedTemplateCmd}.children=',
|
|
|
|
'{RenderEmbeddedTemplateCmd}.isMerged',
|
|
|
|
'{RenderEmbeddedTemplateCmd}.isMerged=',
|
|
|
|
'{RenderNgContentCmd}',
|
|
|
|
'{RenderNgContentCmd}.ngContentIndex',
|
|
|
|
'{RenderNgContentCmd}.ngContentIndex=',
|
|
|
|
'{RenderTemplateCmd}',
|
|
|
|
'{RenderTextCmd}',
|
|
|
|
'{RenderTextCmd}.value',
|
|
|
|
'{RenderTextCmd}.value=',
|
2015-09-21 19:48:16 -04:00
|
|
|
'{RenderElementRef}',
|
|
|
|
'{RenderElementRef}.renderBoundElementIndex',
|
|
|
|
'{RenderElementRef}.renderBoundElementIndex=',
|
|
|
|
'{RenderElementRef}.renderView',
|
|
|
|
'{RenderElementRef}.renderView=',
|
|
|
|
'{RenderEventDispatcher}',
|
|
|
|
'{Stream}',
|
|
|
|
'{Stream}.any()',
|
|
|
|
'{Stream}.asBroadcastStream()',
|
|
|
|
'{Stream}.asyncExpand()',
|
|
|
|
'{Stream}.asyncMap()',
|
|
|
|
'{Stream}.contains()',
|
|
|
|
'{Stream}.distinct()',
|
|
|
|
'{Stream}.drain()',
|
|
|
|
'{Stream}.elementAt()',
|
|
|
|
'{Stream}.every()',
|
|
|
|
'{Stream}.expand()',
|
|
|
|
'{Stream}.first',
|
|
|
|
'{Stream}.firstWhere()',
|
|
|
|
'{Stream}.fold()',
|
|
|
|
'{Stream}.forEach()',
|
|
|
|
'{Stream}.handleError()',
|
|
|
|
'{Stream}.isBroadcast',
|
|
|
|
'{Stream}.isEmpty',
|
|
|
|
'{Stream}.join()',
|
|
|
|
'{Stream}.last',
|
|
|
|
'{Stream}.lastWhere()',
|
|
|
|
'{Stream}.length',
|
|
|
|
'{Stream}.map()',
|
|
|
|
'{Stream}.pipe()',
|
|
|
|
'{Stream}.reduce()',
|
|
|
|
'{Stream}.single',
|
|
|
|
'{Stream}.singleWhere()',
|
|
|
|
'{Stream}.skip()',
|
|
|
|
'{Stream}.skipWhile()',
|
|
|
|
'{Stream}.take()',
|
|
|
|
'{Stream}.takeWhile()',
|
|
|
|
'{Stream}.timeout()',
|
|
|
|
'{Stream}.toList()',
|
|
|
|
'{Stream}.toSet()',
|
|
|
|
'{Stream}.transform()',
|
|
|
|
'{Stream}.where()',
|
|
|
|
'{Type}'
|
|
|
|
];
|
2015-09-14 23:49:29 -04:00
|
|
|
|
|
|
|
export function main() {
|
2015-09-21 19:48:16 -04:00
|
|
|
/**
|
|
|
|
var x = getSymbolsFromLibrary('ng');
|
|
|
|
x.sort();
|
|
|
|
var parts = [];
|
|
|
|
x.forEach((i) => parts.push(`'${i}'`));
|
|
|
|
print(`[ ${parts.join(',
|
|
|
|
')} ]`);
|
|
|
|
*/
|
|
|
|
|
2015-09-14 23:49:29 -04:00
|
|
|
describe('public API', () => {
|
2015-09-21 19:48:16 -04:00
|
|
|
it('should fail if public API has changed',
|
|
|
|
() => { expect(new SymbolsDiff(getSymbolsFromLibrary('ng'), NG_API).errors).toEqual([]); });
|
2015-09-14 23:49:29 -04:00
|
|
|
});
|
|
|
|
}
|