This new tests keeps track of the known side effects for Angular ES modules. PR Close #29329
12 lines
296 B
JavaScript
12 lines
296 B
JavaScript
import "tslib";
|
|
|
|
import "@angular/core";
|
|
|
|
import "rxjs";
|
|
|
|
import "rxjs/operators";
|
|
|
|
var elProto = Element.prototype;
|
|
|
|
var matches = elProto.matches || elProto.matchesSelector || elProto.mozMatchesSelector || elProto.msMatchesSelector || elProto.oMatchesSelector || elProto.webkitMatchesSelector;
|