chore(api): fix bad class type on AppViewManager
This commit is contained in:
parent
1f3b153e99
commit
92e6c0c015
|
@ -121,7 +121,7 @@ angularIO.controller('AppCtrl', [ '$scope', '$mdDialog', '$timeout', function ($
|
||||||
{
|
{
|
||||||
"title": "AppViewManager",
|
"title": "AppViewManager",
|
||||||
"originalModule": "angular2/src/core/compiler/view_manager",
|
"originalModule": "angular2/src/core/compiler/view_manager",
|
||||||
"docType": "interface"
|
"docType": "class"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "ApplicationRef",
|
"title": "ApplicationRef",
|
||||||
|
|
Loading…
Reference in New Issue