api-web-app: update `app-data.json` from latest angular2 code
This commit is contained in:
parent
131cdb7765
commit
666fad1906
|
@ -134,6 +134,12 @@
|
|||
"docType": "class"
|
||||
},
|
||||
|
||||
{
|
||||
"title": "COMMON_PIPES",
|
||||
"path": "core/COMMON_PIPES-const.html",
|
||||
"docType": "const"
|
||||
},
|
||||
|
||||
{
|
||||
"title": "CORE_DIRECTIVES",
|
||||
"path": "core/CORE_DIRECTIVES-const.html",
|
||||
|
@ -278,18 +284,6 @@
|
|||
"docType": "class"
|
||||
},
|
||||
|
||||
{
|
||||
"title": "DEFAULT_PIPES",
|
||||
"path": "core/DEFAULT_PIPES-const.html",
|
||||
"docType": "const"
|
||||
},
|
||||
|
||||
{
|
||||
"title": "DEFAULT_PIPES_TOKEN",
|
||||
"path": "core/DEFAULT_PIPES_TOKEN-const.html",
|
||||
"docType": "const"
|
||||
},
|
||||
|
||||
{
|
||||
"title": "DOCUMENT",
|
||||
"path": "core/DOCUMENT-const.html",
|
||||
|
@ -386,6 +380,12 @@
|
|||
"docType": "class"
|
||||
},
|
||||
|
||||
{
|
||||
"title": "ExceptionHandler",
|
||||
"path": "core/ExceptionHandler-class.html",
|
||||
"docType": "class"
|
||||
},
|
||||
|
||||
{
|
||||
"title": "ExpressionChangedAfterItHasBeenCheckedException",
|
||||
"path": "core/ExpressionChangedAfterItHasBeenCheckedException-class.html",
|
||||
|
@ -638,6 +638,12 @@
|
|||
"docType": "const"
|
||||
},
|
||||
|
||||
{
|
||||
"title": "NG_VALUE_ACCESSOR",
|
||||
"path": "core/NG_VALUE_ACCESSOR-const.html",
|
||||
"docType": "const"
|
||||
},
|
||||
|
||||
{
|
||||
"title": "NgClass",
|
||||
"path": "core/NgClass-directive.html",
|
||||
|
@ -830,6 +836,18 @@
|
|||
"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",
|
||||
|
@ -866,12 +884,6 @@
|
|||
"docType": "interface"
|
||||
},
|
||||
|
||||
{
|
||||
"title": "Predicate",
|
||||
"path": "core/Predicate-interface.html",
|
||||
"docType": "interface"
|
||||
},
|
||||
|
||||
{
|
||||
"title": "Provider",
|
||||
"path": "core/Provider-class.html",
|
||||
|
@ -908,24 +920,6 @@
|
|||
"docType": "class"
|
||||
},
|
||||
|
||||
{
|
||||
"title": "RenderBeginCmd",
|
||||
"path": "core/RenderBeginCmd-interface.html",
|
||||
"docType": "interface"
|
||||
},
|
||||
|
||||
{
|
||||
"title": "RenderBeginComponentCmd",
|
||||
"path": "core/RenderBeginComponentCmd-interface.html",
|
||||
"docType": "interface"
|
||||
},
|
||||
|
||||
{
|
||||
"title": "RenderBeginElementCmd",
|
||||
"path": "core/RenderBeginElementCmd-interface.html",
|
||||
"docType": "interface"
|
||||
},
|
||||
|
||||
{
|
||||
"title": "RenderCommandVisitor",
|
||||
"path": "core/RenderCommandVisitor-interface.html",
|
||||
|
@ -938,12 +932,6 @@
|
|||
"docType": "interface"
|
||||
},
|
||||
|
||||
{
|
||||
"title": "RenderEmbeddedTemplateCmd",
|
||||
"path": "core/RenderEmbeddedTemplateCmd-interface.html",
|
||||
"docType": "interface"
|
||||
},
|
||||
|
||||
{
|
||||
"title": "RenderEventDispatcher",
|
||||
"path": "core/RenderEventDispatcher-interface.html",
|
||||
|
@ -956,30 +944,12 @@
|
|||
"docType": "class"
|
||||
},
|
||||
|
||||
{
|
||||
"title": "RenderNgContentCmd",
|
||||
"path": "core/RenderNgContentCmd-interface.html",
|
||||
"docType": "interface"
|
||||
},
|
||||
|
||||
{
|
||||
"title": "RenderProtoViewRef",
|
||||
"path": "core/RenderProtoViewRef-class.html",
|
||||
"docType": "class"
|
||||
},
|
||||
|
||||
{
|
||||
"title": "RenderTemplateCmd",
|
||||
"path": "core/RenderTemplateCmd-interface.html",
|
||||
"docType": "interface"
|
||||
},
|
||||
|
||||
{
|
||||
"title": "RenderTextCmd",
|
||||
"path": "core/RenderTextCmd-interface.html",
|
||||
"docType": "interface"
|
||||
},
|
||||
|
||||
{
|
||||
"title": "RenderViewRef",
|
||||
"path": "core/RenderViewRef-class.html",
|
||||
|
@ -1256,6 +1226,12 @@
|
|||
"docType": "function"
|
||||
},
|
||||
|
||||
{
|
||||
"title": "enableDevMode",
|
||||
"path": "core/enableDevMode-function.html",
|
||||
"docType": "function"
|
||||
},
|
||||
|
||||
{
|
||||
"title": "forwardRef",
|
||||
"path": "core/forwardRef-function.html",
|
||||
|
|
Loading…
Reference in New Issue