fix(platform-browser): prevent clobbered elements from freezing the browser
see
4f69d38f09
This commit is contained in:

committed by
Chuck Jazdzewski

parent
52bbc9baf4
commit
a4076c70cc
@ -52,6 +52,7 @@ export abstract class DomAdapter {
|
||||
/** @internal */
|
||||
_attrToPropMap: {[key: string]: string};
|
||||
|
||||
abstract contains(nodeA: any, nodeB: any): boolean;
|
||||
abstract parse(templateHtml: string): any;
|
||||
abstract querySelector(el: any, selector: string): any;
|
||||
abstract querySelectorAll(el: any, selector: string): any[];
|
||||
|
Reference in New Issue
Block a user