MCPcopy
hub / github.com/angular/angular / supportsImports

Function supportsImports

packages/zone.js/test/browser/HTMLImports.spec.ts:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9import {ifEnvSupports} from '../test-util';
10
11function supportsImports() {
12 return 'import' in document.createElement('link');
13}
14
15if (supportsImports()) {
16 describe('HTML Imports', function () {

Callers 1

Calls 1

createElementMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…