feat(ivy): expose a series of debug console tools (#26705)

PR Close #26705
This commit is contained in:
Matias Niemelä
2018-10-23 15:33:01 -07:00
parent 297dc2bc02
commit 9dc52d9d04
5 changed files with 112 additions and 3 deletions

View File

@ -5,7 +5,6 @@
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
import {LifecycleHooksFeature, getHostElement, getRenderedText, renderComponent, whenRendered} from './component';
import {defineBase, defineComponent, defineDirective, defineNgModule, definePipe} from './definition';
import {InheritDefinitionFeature} from './features/inherit_definition_feature';