chore(testbed): migrate compiler integration spec to testcomponentbuilder

Part of #2354
This commit is contained in:
Julie Ralph 2015-06-23 14:02:01 -07:00
parent d800d2f5d7
commit 2c11205b96
2 changed files with 687 additions and 650 deletions

View File

@ -87,6 +87,8 @@ export class DebugElement {
return this._elementInjector.get(type);
}
getLocal(name: string): any { return this._parentView.locals.get(name); }
/**
* Return the first descendant TestElememt matching the given predicate
* and scope.

File diff suppressed because it is too large Load Diff