From 0b2db81ac028ba9555523ee69e59039ed7912d44 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Fri, 13 Nov 2015 09:20:25 +0000 Subject: [PATCH] chore(gitignore): ignore the generated web app json files --- public/resources/js/.gitignore | 2 + public/resources/js/app-data.json | 1763 --------------------------- public/resources/js/cheatsheet.json | 1 - 3 files changed, 2 insertions(+), 1764 deletions(-) create mode 100644 public/resources/js/.gitignore delete mode 100644 public/resources/js/app-data.json delete mode 100644 public/resources/js/cheatsheet.json diff --git a/public/resources/js/.gitignore b/public/resources/js/.gitignore new file mode 100644 index 0000000000..2e87f39051 --- /dev/null +++ b/public/resources/js/.gitignore @@ -0,0 +1,2 @@ +cheatsheet.json +app-data.json \ No newline at end of file diff --git a/public/resources/js/app-data.json b/public/resources/js/app-data.json deleted file mode 100644 index 7535e94a57..0000000000 --- a/public/resources/js/app-data.json +++ /dev/null @@ -1,1763 +0,0 @@ -{ - "angular2/lifecycle_hooks" : [ - { - "title": "AfterContentChecked", - "path": "lifecycle_hooks/AfterContentChecked-interface.html", - "docType": "interface" - }, - - { - "title": "AfterContentInit", - "path": "lifecycle_hooks/AfterContentInit-interface.html", - "docType": "interface" - }, - - { - "title": "AfterViewChecked", - "path": "lifecycle_hooks/AfterViewChecked-interface.html", - "docType": "interface" - }, - - { - "title": "AfterViewInit", - "path": "lifecycle_hooks/AfterViewInit-interface.html", - "docType": "interface" - }, - - { - "title": "DoCheck", - "path": "lifecycle_hooks/DoCheck-interface.html", - "docType": "interface" - }, - - { - "title": "OnChanges", - "path": "lifecycle_hooks/OnChanges-interface.html", - "docType": "interface" - }, - - { - "title": "OnDestroy", - "path": "lifecycle_hooks/OnDestroy-interface.html", - "docType": "interface" - }, - - { - "title": "OnInit", - "path": "lifecycle_hooks/OnInit-interface.html", - "docType": "interface" - } - ], - - "angular2/core" : [ - { - "title": "APP_COMPONENT", - "path": "core/APP_COMPONENT-const.html", - "docType": "const" - }, - - { - "title": "APP_ID", - "path": "core/APP_ID-const.html", - "docType": "const" - }, - - { - "title": "AbstractProviderError", - "path": "core/AbstractProviderError-class.html", - "docType": "class" - }, - - { - "title": "AfterContentChecked", - "path": "core/AfterContentChecked-interface.html", - "docType": "interface" - }, - - { - "title": "AfterContentInit", - "path": "core/AfterContentInit-interface.html", - "docType": "interface" - }, - - { - "title": "AfterViewChecked", - "path": "core/AfterViewChecked-interface.html", - "docType": "interface" - }, - - { - "title": "AfterViewInit", - "path": "core/AfterViewInit-interface.html", - "docType": "interface" - }, - - { - "title": "AppRootUrl", - "path": "core/AppRootUrl-class.html", - "docType": "class" - }, - - { - "title": "AsyncPipe", - "path": "core/AsyncPipe-class.html", - "docType": "class" - }, - - { - "title": "Attribute", - "path": "core/Attribute-var.html", - "docType": "var" - }, - - { - "title": "AttributeFactory", - "path": "core/AttributeFactory-interface.html", - "docType": "interface" - }, - - { - "title": "AttributeMetadata", - "path": "core/AttributeMetadata-class.html", - "docType": "class" - }, - - { - "title": "Binding", - "path": "core/Binding-class.html", - "docType": "class" - }, - - { - "title": "By", - "path": "core/By-class.html", - "docType": "class" - }, - - { - "title": "COMMON_PIPES", - "path": "core/COMMON_PIPES-const.html", - "docType": "const" - }, - - { - "title": "CORE_DIRECTIVES", - "path": "core/CORE_DIRECTIVES-const.html", - "docType": "const" - }, - - { - "title": "ChangeDetectionError", - "path": "core/ChangeDetectionError-class.html", - "docType": "class" - }, - - { - "title": "ChangeDetectionStrategy", - "path": "core/ChangeDetectionStrategy-enum.html", - "docType": "enum" - }, - - { - "title": "CheckboxControlValueAccessor", - "path": "core/CheckboxControlValueAccessor-directive.html", - "docType": "directive" - }, - - { - "title": "Class", - "path": "core/Class-function.html", - "docType": "function" - }, - - { - "title": "ClassDefinition", - "path": "core/ClassDefinition-interface.html", - "docType": "interface" - }, - - { - "title": "Component", - "path": "core/Component-var.html", - "docType": "var" - }, - - { - "title": "ComponentDecorator", - "path": "core/ComponentDecorator-interface.html", - "docType": "interface" - }, - - { - "title": "ComponentFactory", - "path": "core/ComponentFactory-interface.html", - "docType": "interface" - }, - - { - "title": "ComponentMetadata", - "path": "core/ComponentMetadata-class.html", - "docType": "class" - }, - - { - "title": "ConcreteType", - "path": "core/ConcreteType-interface.html", - "docType": "interface" - }, - - { - "title": "ContentChild", - "path": "core/ContentChild-var.html", - "docType": "var" - }, - - { - "title": "ContentChildFactory", - "path": "core/ContentChildFactory-interface.html", - "docType": "interface" - }, - - { - "title": "ContentChildMetadata", - "path": "core/ContentChildMetadata-class.html", - "docType": "class" - }, - - { - "title": "ContentChildren", - "path": "core/ContentChildren-var.html", - "docType": "var" - }, - - { - "title": "ContentChildrenFactory", - "path": "core/ContentChildrenFactory-interface.html", - "docType": "interface" - }, - - { - "title": "ContentChildrenMetadata", - "path": "core/ContentChildrenMetadata-class.html", - "docType": "class" - }, - - { - "title": "Control", - "path": "core/Control-class.html", - "docType": "class" - }, - - { - "title": "ControlArray", - "path": "core/ControlArray-class.html", - "docType": "class" - }, - - { - "title": "ControlContainer", - "path": "core/ControlContainer-class.html", - "docType": "class" - }, - - { - "title": "ControlGroup", - "path": "core/ControlGroup-class.html", - "docType": "class" - }, - - { - "title": "ControlValueAccessor", - "path": "core/ControlValueAccessor-interface.html", - "docType": "interface" - }, - - { - "title": "CurrencyPipe", - "path": "core/CurrencyPipe-class.html", - "docType": "class" - }, - - { - "title": "CyclicDependencyError", - "path": "core/CyclicDependencyError-class.html", - "docType": "class" - }, - - { - "title": "DOCUMENT", - "path": "core/DOCUMENT-const.html", - "docType": "const" - }, - - { - "title": "DatePipe", - "path": "core/DatePipe-class.html", - "docType": "class" - }, - - { - "title": "DecimalPipe", - "path": "core/DecimalPipe-class.html", - "docType": "class" - }, - - { - "title": "DefaultValueAccessor", - "path": "core/DefaultValueAccessor-directive.html", - "docType": "directive" - }, - - { - "title": "Dependency", - "path": "core/Dependency-class.html", - "docType": "class" - }, - - { - "title": "DependencyMetadata", - "path": "core/DependencyMetadata-class.html", - "docType": "class" - }, - - { - "title": "Directive", - "path": "core/Directive-var.html", - "docType": "var" - }, - - { - "title": "DirectiveDecorator", - "path": "core/DirectiveDecorator-interface.html", - "docType": "interface" - }, - - { - "title": "DirectiveFactory", - "path": "core/DirectiveFactory-interface.html", - "docType": "interface" - }, - - { - "title": "DirectiveMetadata", - "path": "core/DirectiveMetadata-class.html", - "docType": "class" - }, - - { - "title": "DirectiveResolver", - "path": "core/DirectiveResolver-class.html", - "docType": "class" - }, - - { - "title": "DoCheck", - "path": "core/DoCheck-interface.html", - "docType": "interface" - }, - - { - "title": "ELEMENT_PROBE_BINDINGS", - "path": "core/ELEMENT_PROBE_BINDINGS-const.html", - "docType": "const" - }, - - { - "title": "ELEMENT_PROBE_PROVIDERS", - "path": "core/ELEMENT_PROBE_PROVIDERS-const.html", - "docType": "const" - }, - - { - "title": "ErrorHandlingFn", - "path": "core/ErrorHandlingFn-interface.html", - "docType": "interface" - }, - - { - "title": "EventEmitter", - "path": "core/EventEmitter-class.html", - "docType": "class" - }, - - { - "title": "ExceptionHandler", - "path": "core/ExceptionHandler-class.html", - "docType": "class" - }, - - { - "title": "ExpressionChangedAfterItHasBeenCheckedException", - "path": "core/ExpressionChangedAfterItHasBeenCheckedException-class.html", - "docType": "class" - }, - - { - "title": "FORM_BINDINGS", - "path": "core/FORM_BINDINGS-const.html", - "docType": "const" - }, - - { - "title": "FORM_DIRECTIVES", - "path": "core/FORM_DIRECTIVES-const.html", - "docType": "const" - }, - - { - "title": "FORM_PROVIDERS", - "path": "core/FORM_PROVIDERS-const.html", - "docType": "const" - }, - - { - "title": "Form", - "path": "core/Form-interface.html", - "docType": "interface" - }, - - { - "title": "FormBuilder", - "path": "core/FormBuilder-class.html", - "docType": "class" - }, - - { - "title": "ForwardRefFn", - "path": "core/ForwardRefFn-interface.html", - "docType": "interface" - }, - - { - "title": "Host", - "path": "core/Host-var.html", - "docType": "var" - }, - - { - "title": "HostBinding", - "path": "core/HostBinding-var.html", - "docType": "var" - }, - - { - "title": "HostBindingFactory", - "path": "core/HostBindingFactory-interface.html", - "docType": "interface" - }, - - { - "title": "HostBindingMetadata", - "path": "core/HostBindingMetadata-class.html", - "docType": "class" - }, - - { - "title": "HostFactory", - "path": "core/HostFactory-interface.html", - "docType": "interface" - }, - - { - "title": "HostListener", - "path": "core/HostListener-var.html", - "docType": "var" - }, - - { - "title": "HostListenerFactory", - "path": "core/HostListenerFactory-interface.html", - "docType": "interface" - }, - - { - "title": "HostListenerMetadata", - "path": "core/HostListenerMetadata-class.html", - "docType": "class" - }, - - { - "title": "HostMetadata", - "path": "core/HostMetadata-class.html", - "docType": "class" - }, - - { - "title": "HostViewRef", - "path": "core/HostViewRef-interface.html", - "docType": "interface" - }, - - { - "title": "Inject", - "path": "core/Inject-var.html", - "docType": "var" - }, - - { - "title": "InjectFactory", - "path": "core/InjectFactory-interface.html", - "docType": "interface" - }, - - { - "title": "InjectMetadata", - "path": "core/InjectMetadata-class.html", - "docType": "class" - }, - - { - "title": "Injectable", - "path": "core/Injectable-var.html", - "docType": "var" - }, - - { - "title": "InjectableFactory", - "path": "core/InjectableFactory-interface.html", - "docType": "interface" - }, - - { - "title": "InjectableMetadata", - "path": "core/InjectableMetadata-class.html", - "docType": "class" - }, - - { - "title": "Injector", - "path": "core/Injector-class.html", - "docType": "class" - }, - - { - "title": "Input", - "path": "core/Input-var.html", - "docType": "var" - }, - - { - "title": "InputFactory", - "path": "core/InputFactory-interface.html", - "docType": "interface" - }, - - { - "title": "InputMetadata", - "path": "core/InputMetadata-class.html", - "docType": "class" - }, - - { - "title": "InstantiationError", - "path": "core/InstantiationError-class.html", - "docType": "class" - }, - - { - "title": "InvalidProviderError", - "path": "core/InvalidProviderError-class.html", - "docType": "class" - }, - - { - "title": "IterableDiffer", - "path": "core/IterableDiffer-interface.html", - "docType": "interface" - }, - - { - "title": "IterableDifferFactory", - "path": "core/IterableDifferFactory-interface.html", - "docType": "interface" - }, - - { - "title": "IterableDiffers", - "path": "core/IterableDiffers-class.html", - "docType": "class" - }, - - { - "title": "JsonPipe", - "path": "core/JsonPipe-class.html", - "docType": "class" - }, - - { - "title": "Key", - "path": "core/Key-class.html", - "docType": "class" - }, - - { - "title": "KeyValueDiffer", - "path": "core/KeyValueDiffer-interface.html", - "docType": "interface" - }, - - { - "title": "KeyValueDifferFactory", - "path": "core/KeyValueDifferFactory-interface.html", - "docType": "interface" - }, - - { - "title": "KeyValueDiffers", - "path": "core/KeyValueDiffers-class.html", - "docType": "class" - }, - - { - "title": "LowerCasePipe", - "path": "core/LowerCasePipe-class.html", - "docType": "class" - }, - - { - "title": "MaxLengthValidator", - "path": "core/MaxLengthValidator-directive.html", - "docType": "directive" - }, - - { - "title": "MinLengthValidator", - "path": "core/MinLengthValidator-directive.html", - "docType": "directive" - }, - - { - "title": "NG_ASYNC_VALIDATORS", - "path": "core/NG_ASYNC_VALIDATORS-const.html", - "docType": "const" - }, - - { - "title": "NG_VALIDATORS", - "path": "core/NG_VALIDATORS-const.html", - "docType": "const" - }, - - { - "title": "NG_VALUE_ACCESSOR", - "path": "core/NG_VALUE_ACCESSOR-const.html", - "docType": "const" - }, - - { - "title": "NgClass", - "path": "core/NgClass-directive.html", - "docType": "directive" - }, - - { - "title": "NgControlGroup", - "path": "core/NgControlGroup-directive.html", - "docType": "directive" - }, - - { - "title": "NgControlName", - "path": "core/NgControlName-directive.html", - "docType": "directive" - }, - - { - "title": "NgControlStatus", - "path": "core/NgControlStatus-directive.html", - "docType": "directive" - }, - - { - "title": "NgFor", - "path": "core/NgFor-directive.html", - "docType": "directive" - }, - - { - "title": "NgForm", - "path": "core/NgForm-directive.html", - "docType": "directive" - }, - - { - "title": "NgFormControl", - "path": "core/NgFormControl-directive.html", - "docType": "directive" - }, - - { - "title": "NgFormModel", - "path": "core/NgFormModel-directive.html", - "docType": "directive" - }, - - { - "title": "NgIf", - "path": "core/NgIf-directive.html", - "docType": "directive" - }, - - { - "title": "NgModel", - "path": "core/NgModel-directive.html", - "docType": "directive" - }, - - { - "title": "NgSelectOption", - "path": "core/NgSelectOption-directive.html", - "docType": "directive" - }, - - { - "title": "NgStyle", - "path": "core/NgStyle-directive.html", - "docType": "directive" - }, - - { - "title": "NgSwitch", - "path": "core/NgSwitch-directive.html", - "docType": "directive" - }, - - { - "title": "NgSwitchDefault", - "path": "core/NgSwitchDefault-directive.html", - "docType": "directive" - }, - - { - "title": "NgSwitchWhen", - "path": "core/NgSwitchWhen-directive.html", - "docType": "directive" - }, - - { - "title": "NgZone", - "path": "core/NgZone-class.html", - "docType": "class" - }, - - { - "title": "NgZoneError", - "path": "core/NgZoneError-class.html", - "docType": "class" - }, - - { - "title": "NoAnnotationError", - "path": "core/NoAnnotationError-class.html", - "docType": "class" - }, - - { - "title": "NoProviderError", - "path": "core/NoProviderError-class.html", - "docType": "class" - }, - - { - "title": "NumberPipe", - "path": "core/NumberPipe-class.html", - "docType": "class" - }, - - { - "title": "Observable", - "path": "core/Observable-class.html", - "docType": "class" - }, - - { - "title": "OnChanges", - "path": "core/OnChanges-interface.html", - "docType": "interface" - }, - - { - "title": "OnDestroy", - "path": "core/OnDestroy-interface.html", - "docType": "interface" - }, - - { - "title": "OnInit", - "path": "core/OnInit-interface.html", - "docType": "interface" - }, - - { - "title": "OpaqueToken", - "path": "core/OpaqueToken-class.html", - "docType": "class" - }, - - { - "title": "Optional", - "path": "core/Optional-var.html", - "docType": "var" - }, - - { - "title": "OptionalFactory", - "path": "core/OptionalFactory-interface.html", - "docType": "interface" - }, - - { - "title": "OptionalMetadata", - "path": "core/OptionalMetadata-class.html", - "docType": "class" - }, - - { - "title": "OutOfBoundsError", - "path": "core/OutOfBoundsError-class.html", - "docType": "class" - }, - - { - "title": "Output", - "path": "core/Output-var.html", - "docType": "var" - }, - - { - "title": "OutputFactory", - "path": "core/OutputFactory-interface.html", - "docType": "interface" - }, - - { - "title": "OutputMetadata", - "path": "core/OutputMetadata-class.html", - "docType": "class" - }, - - { - "title": "PLATFORM_DIRECTIVES", - "path": "core/PLATFORM_DIRECTIVES-const.html", - "docType": "const" - }, - - { - "title": "PLATFORM_PIPES", - "path": "core/PLATFORM_PIPES-const.html", - "docType": "const" - }, - - { - "title": "PercentPipe", - "path": "core/PercentPipe-class.html", - "docType": "class" - }, - - { - "title": "Pipe", - "path": "core/Pipe-var.html", - "docType": "var" - }, - - { - "title": "PipeFactory", - "path": "core/PipeFactory-interface.html", - "docType": "interface" - }, - - { - "title": "PipeMetadata", - "path": "core/PipeMetadata-class.html", - "docType": "class" - }, - - { - "title": "PipeOnDestroy", - "path": "core/PipeOnDestroy-interface.html", - "docType": "interface" - }, - - { - "title": "PipeTransform", - "path": "core/PipeTransform-interface.html", - "docType": "interface" - }, - - { - "title": "Provider", - "path": "core/Provider-class.html", - "docType": "class" - }, - - { - "title": "ProviderBuilder", - "path": "core/ProviderBuilder-class.html", - "docType": "class" - }, - - { - "title": "Query", - "path": "core/Query-var.html", - "docType": "var" - }, - - { - "title": "QueryFactory", - "path": "core/QueryFactory-interface.html", - "docType": "interface" - }, - - { - "title": "QueryList", - "path": "core/QueryList-class.html", - "docType": "class" - }, - - { - "title": "QueryMetadata", - "path": "core/QueryMetadata-class.html", - "docType": "class" - }, - - { - "title": "RenderCommandVisitor", - "path": "core/RenderCommandVisitor-interface.html", - "docType": "interface" - }, - - { - "title": "RenderElementRef", - "path": "core/RenderElementRef-interface.html", - "docType": "interface" - }, - - { - "title": "RenderEventDispatcher", - "path": "core/RenderEventDispatcher-interface.html", - "docType": "interface" - }, - - { - "title": "RenderFragmentRef", - "path": "core/RenderFragmentRef-class.html", - "docType": "class" - }, - - { - "title": "RenderProtoViewRef", - "path": "core/RenderProtoViewRef-class.html", - "docType": "class" - }, - - { - "title": "RenderViewRef", - "path": "core/RenderViewRef-class.html", - "docType": "class" - }, - - { - "title": "RenderViewWithFragments", - "path": "core/RenderViewWithFragments-class.html", - "docType": "class" - }, - - { - "title": "RequiredValidator", - "path": "core/RequiredValidator-directive.html", - "docType": "directive" - }, - - { - "title": "ResolvedBinding", - "path": "core/ResolvedBinding-interface.html", - "docType": "interface" - }, - - { - "title": "ResolvedFactory", - "path": "core/ResolvedFactory-class.html", - "docType": "class" - }, - - { - "title": "ResolvedProvider", - "path": "core/ResolvedProvider-interface.html", - "docType": "interface" - }, - - { - "title": "Scope", - "path": "core/Scope-class.html", - "docType": "class" - }, - - { - "title": "SelectControlValueAccessor", - "path": "core/SelectControlValueAccessor-directive.html", - "docType": "directive" - }, - - { - "title": "Self", - "path": "core/Self-var.html", - "docType": "var" - }, - - { - "title": "SelfFactory", - "path": "core/SelfFactory-interface.html", - "docType": "interface" - }, - - { - "title": "SelfMetadata", - "path": "core/SelfMetadata-class.html", - "docType": "class" - }, - - { - "title": "SimpleChange", - "path": "core/SimpleChange-class.html", - "docType": "class" - }, - - { - "title": "SkipSelf", - "path": "core/SkipSelf-var.html", - "docType": "var" - }, - - { - "title": "SkipSelfFactory", - "path": "core/SkipSelfFactory-interface.html", - "docType": "interface" - }, - - { - "title": "SkipSelfMetadata", - "path": "core/SkipSelfMetadata-class.html", - "docType": "class" - }, - - { - "title": "SlicePipe", - "path": "core/SlicePipe-class.html", - "docType": "class" - }, - - { - "title": "Title", - "path": "core/Title-class.html", - "docType": "class" - }, - - { - "title": "Type", - "path": "core/Type-interface.html", - "docType": "interface" - }, - - { - "title": "TypeDecorator", - "path": "core/TypeDecorator-interface.html", - "docType": "interface" - }, - - { - "title": "TypeLiteral", - "path": "core/TypeLiteral-class.html", - "docType": "class" - }, - - { - "title": "UpperCasePipe", - "path": "core/UpperCasePipe-class.html", - "docType": "class" - }, - - { - "title": "UrlResolver", - "path": "core/UrlResolver-class.html", - "docType": "class" - }, - - { - "title": "Validator", - "path": "core/Validator-interface.html", - "docType": "interface" - }, - - { - "title": "Validators", - "path": "core/Validators-class.html", - "docType": "class" - }, - - { - "title": "View", - "path": "core/View-var.html", - "docType": "var" - }, - - { - "title": "ViewChild", - "path": "core/ViewChild-var.html", - "docType": "var" - }, - - { - "title": "ViewChildFactory", - "path": "core/ViewChildFactory-interface.html", - "docType": "interface" - }, - - { - "title": "ViewChildMetadata", - "path": "core/ViewChildMetadata-class.html", - "docType": "class" - }, - - { - "title": "ViewChildren", - "path": "core/ViewChildren-var.html", - "docType": "var" - }, - - { - "title": "ViewChildrenFactory", - "path": "core/ViewChildrenFactory-interface.html", - "docType": "interface" - }, - - { - "title": "ViewChildrenMetadata", - "path": "core/ViewChildrenMetadata-class.html", - "docType": "class" - }, - - { - "title": "ViewDecorator", - "path": "core/ViewDecorator-interface.html", - "docType": "interface" - }, - - { - "title": "ViewEncapsulation", - "path": "core/ViewEncapsulation-enum.html", - "docType": "enum" - }, - - { - "title": "ViewFactory", - "path": "core/ViewFactory-interface.html", - "docType": "interface" - }, - - { - "title": "ViewMetadata", - "path": "core/ViewMetadata-class.html", - "docType": "class" - }, - - { - "title": "ViewQuery", - "path": "core/ViewQuery-var.html", - "docType": "var" - }, - - { - "title": "ViewQueryMetadata", - "path": "core/ViewQueryMetadata-class.html", - "docType": "class" - }, - - { - "title": "ViewResolver", - "path": "core/ViewResolver-class.html", - "docType": "class" - }, - - { - "title": "WrappedException", - "path": "core/WrappedException-class.html", - "docType": "class" - }, - - { - "title": "WrappedValue", - "path": "core/WrappedValue-class.html", - "docType": "class" - }, - - { - "title": "ZeroArgFunction", - "path": "core/ZeroArgFunction-interface.html", - "docType": "interface" - }, - - { - "title": "applicationCommonProviders", - "path": "core/applicationCommonProviders-function.html", - "docType": "function" - }, - - { - "title": "asNativeElements", - "path": "core/asNativeElements-function.html", - "docType": "function" - }, - - { - "title": "bind", - "path": "core/bind-function.html", - "docType": "function" - }, - - { - "title": "bootstrap", - "path": "core/bootstrap-function.html", - "docType": "function" - }, - - { - "title": "createNgZone", - "path": "core/createNgZone-function.html", - "docType": "function" - }, - - { - "title": "enableDevMode", - "path": "core/enableDevMode-function.html", - "docType": "function" - }, - - { - "title": "forwardRef", - "path": "core/forwardRef-function.html", - "docType": "function" - }, - - { - "title": "inspectElement", - "path": "core/inspectElement-function.html", - "docType": "function" - }, - - { - "title": "inspectNativeElement", - "path": "core/inspectNativeElement-function.html", - "docType": "function" - }, - - { - "title": "platform", - "path": "core/platform-function.html", - "docType": "function" - }, - - { - "title": "platformCommon", - "path": "core/platformCommon-function.html", - "docType": "function" - }, - - { - "title": "platformProviders", - "path": "core/platformProviders-function.html", - "docType": "function" - }, - - { - "title": "provide", - "path": "core/provide-function.html", - "docType": "function" - }, - - { - "title": "resolveForwardRef", - "path": "core/resolveForwardRef-function.html", - "docType": "function" - }, - - { - "title": "workaround_empty_observable_list_diff", - "path": "core/workaround_empty_observable_list_diff-var.html", - "docType": "var" - } - ], - - "angular2/http" : [ - { - "title": "BaseRequestOptions", - "path": "http/BaseRequestOptions-class.html", - "docType": "class" - }, - - { - "title": "BaseResponseOptions", - "path": "http/BaseResponseOptions-class.html", - "docType": "class" - }, - - { - "title": "BrowserXhr", - "path": "http/BrowserXhr-class.html", - "docType": "class" - }, - - { - "title": "HTTP_BINDINGS", - "path": "http/HTTP_BINDINGS-const.html", - "docType": "const" - }, - - { - "title": "HTTP_PROVIDERS", - "path": "http/HTTP_PROVIDERS-const.html", - "docType": "const" - }, - - { - "title": "Headers", - "path": "http/Headers-class.html", - "docType": "class" - }, - - { - "title": "Http", - "path": "http/Http-class.html", - "docType": "class" - }, - - { - "title": "JSONP_PROVIDERS", - "path": "http/JSONP_PROVIDERS-const.html", - "docType": "const" - }, - - { - "title": "JSON_BINDINGS", - "path": "http/JSON_BINDINGS-const.html", - "docType": "const" - }, - - { - "title": "Jsonp", - "path": "http/Jsonp-class.html", - "docType": "class" - }, - - { - "title": "MockBackend", - "path": "http/MockBackend-class.html", - "docType": "class" - }, - - { - "title": "MockConnection", - "path": "http/MockConnection-class.html", - "docType": "class" - }, - - { - "title": "ReadyStates", - "path": "http/ReadyStates-enum.html", - "docType": "enum" - }, - - { - "title": "Request", - "path": "http/Request-class.html", - "docType": "class" - }, - - { - "title": "RequestMethods", - "path": "http/RequestMethods-enum.html", - "docType": "enum" - }, - - { - "title": "RequestOptions", - "path": "http/RequestOptions-class.html", - "docType": "class" - }, - - { - "title": "RequestOptionsArgs", - "path": "http/RequestOptionsArgs-interface.html", - "docType": "interface" - }, - - { - "title": "Response", - "path": "http/Response-class.html", - "docType": "class" - }, - - { - "title": "ResponseOptions", - "path": "http/ResponseOptions-class.html", - "docType": "class" - }, - - { - "title": "ResponseOptionsArgs", - "path": "http/ResponseOptionsArgs-type-alias.html", - "docType": "type-alias" - }, - - { - "title": "ResponseTypes", - "path": "http/ResponseTypes-enum.html", - "docType": "enum" - }, - - { - "title": "URLSearchParams", - "path": "http/URLSearchParams-class.html", - "docType": "class" - }, - - { - "title": "XHRBackend", - "path": "http/XHRBackend-class.html", - "docType": "class" - }, - - { - "title": "XHRConnection", - "path": "http/XHRConnection-class.html", - "docType": "class" - } - ], - - "angular2/router" : [ - { - "title": "APP_BASE_HREF", - "path": "router/APP_BASE_HREF-const.html", - "docType": "const" - }, - - { - "title": "AsyncRoute", - "path": "router/AsyncRoute-class.html", - "docType": "class" - }, - - { - "title": "AuxRoute", - "path": "router/AuxRoute-class.html", - "docType": "class" - }, - - { - "title": "CanActivate", - "path": "router/CanActivate-var.html", - "docType": "var" - }, - - { - "title": "CanDeactivate", - "path": "router/CanDeactivate-interface.html", - "docType": "interface" - }, - - { - "title": "CanReuse", - "path": "router/CanReuse-interface.html", - "docType": "interface" - }, - - { - "title": "ComponentDefinition", - "path": "router/ComponentDefinition-interface.html", - "docType": "interface" - }, - - { - "title": "HashLocationStrategy", - "path": "router/HashLocationStrategy-class.html", - "docType": "class" - }, - - { - "title": "Instruction", - "path": "router/Instruction-class.html", - "docType": "class" - }, - - { - "title": "Location", - "path": "router/Location-class.html", - "docType": "class" - }, - - { - "title": "OnActivate", - "path": "router/OnActivate-interface.html", - "docType": "interface" - }, - - { - "title": "OnDeactivate", - "path": "router/OnDeactivate-interface.html", - "docType": "interface" - }, - - { - "title": "OnReuse", - "path": "router/OnReuse-interface.html", - "docType": "interface" - }, - - { - "title": "OpaqueToken", - "path": "router/OpaqueToken-class.html", - "docType": "class" - }, - - { - "title": "PathLocationStrategy", - "path": "router/PathLocationStrategy-class.html", - "docType": "class" - }, - - { - "title": "ROUTER_BINDINGS", - "path": "router/ROUTER_BINDINGS-const.html", - "docType": "const" - }, - - { - "title": "ROUTER_DIRECTIVES", - "path": "router/ROUTER_DIRECTIVES-const.html", - "docType": "const" - }, - - { - "title": "ROUTER_PRIMARY_COMPONENT", - "path": "router/ROUTER_PRIMARY_COMPONENT-const.html", - "docType": "const" - }, - - { - "title": "ROUTER_PROVIDERS", - "path": "router/ROUTER_PROVIDERS-const.html", - "docType": "const" - }, - - { - "title": "Redirect", - "path": "router/Redirect-class.html", - "docType": "class" - }, - - { - "title": "Route", - "path": "router/Route-class.html", - "docType": "class" - }, - - { - "title": "RouteConfig", - "path": "router/RouteConfig-var.html", - "docType": "var" - }, - - { - "title": "RouteData", - "path": "router/RouteData-class.html", - "docType": "class" - }, - - { - "title": "RouteDefinition", - "path": "router/RouteDefinition-interface.html", - "docType": "interface" - }, - - { - "title": "RouteParams", - "path": "router/RouteParams-class.html", - "docType": "class" - }, - - { - "title": "RouteRegistry", - "path": "router/RouteRegistry-class.html", - "docType": "class" - }, - - { - "title": "Router", - "path": "router/Router-class.html", - "docType": "class" - }, - - { - "title": "RouterLink", - "path": "router/RouterLink-directive.html", - "docType": "directive" - }, - - { - "title": "RouterOutlet", - "path": "router/RouterOutlet-directive.html", - "docType": "directive" - } - ], - - "angular2/test" : [ - { - "title": "AnyTestFn", - "path": "test/AnyTestFn-type-alias.html", - "docType": "type-alias" - }, - - { - "title": "AsyncTestFn", - "path": "test/AsyncTestFn-type-alias.html", - "docType": "type-alias" - }, - - { - "title": "FunctionWithParamTokens", - "path": "test/FunctionWithParamTokens-class.html", - "docType": "class" - }, - - { - "title": "NgMatchers", - "path": "test/NgMatchers-interface.html", - "docType": "interface" - }, - - { - "title": "SyncTestFn", - "path": "test/SyncTestFn-type-alias.html", - "docType": "type-alias" - }, - - { - "title": "TestComponentBuilder", - "path": "test/TestComponentBuilder-class.html", - "docType": "class" - }, - - { - "title": "afterEach", - "path": "test/afterEach-var.html", - "docType": "var" - }, - - { - "title": "beforeEach", - "path": "test/beforeEach-function.html", - "docType": "function" - }, - - { - "title": "beforeEachProviders", - "path": "test/beforeEachProviders-function.html", - "docType": "function" - }, - - { - "title": "clearPendingTimers", - "path": "test/clearPendingTimers-function.html", - "docType": "function" - }, - - { - "title": "createTestInjector", - "path": "test/createTestInjector-function.html", - "docType": "function" - }, - - { - "title": "ddescribe", - "path": "test/ddescribe-var.html", - "docType": "var" - }, - - { - "title": "describe", - "path": "test/describe-var.html", - "docType": "var" - }, - - { - "title": "expect", - "path": "test/expect-var.html", - "docType": "var" - }, - - { - "title": "fakeAsync", - "path": "test/fakeAsync-function.html", - "docType": "function" - }, - - { - "title": "fdescribe", - "path": "test/fdescribe-var.html", - "docType": "var" - }, - - { - "title": "fit", - "path": "test/fit-function.html", - "docType": "function" - }, - - { - "title": "flushMicrotasks", - "path": "test/flushMicrotasks-function.html", - "docType": "function" - }, - - { - "title": "iit", - "path": "test/iit-function.html", - "docType": "function" - }, - - { - "title": "inject", - "path": "test/inject-function.html", - "docType": "function" - }, - - { - "title": "injectAsync", - "path": "test/injectAsync-function.html", - "docType": "function" - }, - - { - "title": "it", - "path": "test/it-function.html", - "docType": "function" - }, - - { - "title": "tick", - "path": "test/tick-function.html", - "docType": "function" - }, - - { - "title": "xdescribe", - "path": "test/xdescribe-var.html", - "docType": "var" - }, - - { - "title": "xit", - "path": "test/xit-function.html", - "docType": "function" - } - ] -} diff --git a/public/resources/js/cheatsheet.json b/public/resources/js/cheatsheet.json deleted file mode 100644 index 0637a088a0..0000000000 --- a/public/resources/js/cheatsheet.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file