In spec.ts For Example: Dom.spec.ts
describe(\'matchesSelector\', () => { let result: boolean; let matchelement: HTMLElement; it(\'Matches for t
You can also use these easy codes at top of file
interface Element { msMatchesSelector: any; }