refactor(core/testing): remove deprecated ViewMetadata (#10837)

Note that this doesn't actually remove all uses, but makes them
private.
This commit is contained in:
Julie Ralph
2016-08-16 13:59:06 -07:00
committed by vikerman
parent 62078eee45
commit a86c554a8e
21 changed files with 49 additions and 49 deletions

View File

@ -6,7 +6,8 @@
* found in the LICENSE file at https://angular.io/license
*/
import {Component, Directive, ElementRef, Input, QueryList, ViewChild, ViewChildren, ViewMetadata} from '@angular/core';
import {Component, Directive, ElementRef, Input, QueryList, ViewChild, ViewChildren} from '@angular/core';
import {ViewMetadata} from '@angular/core/src/metadata/view';
import {AsyncTestCompleter, TestComponentBuilder, beforeEach, ddescribe, describe, expect, iit, inject, it, xit} from '@angular/core/testing/testing_internal';
export function main() {