chore(testbed): migrate compiler integration spec to testcomponentbuilder
Part of #2354
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user