fix(compiler): codegen view query generic types
This commit is contained in:

committed by
Victor Berchet

parent
41ef4b3d4a
commit
e157a065b0
@ -70,15 +70,11 @@ export class QueryList<T> {
|
||||
|
||||
toString(): string { return this._results.toString(); }
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
reset(res: Array<T|any[]>): void {
|
||||
this._results = ListWrapper.flatten(res);
|
||||
this._dirty = false;
|
||||
}
|
||||
|
||||
/** @internal */
|
||||
notifyOnChanges(): void { this._emitter.emit(this); }
|
||||
|
||||
/** internal */
|
||||
|
Reference in New Issue
Block a user