MCPcopy Index your code
hub / github.com/angular/angular / isFirefox

Function isFirefox

packages/forms/signals/test/web/form_field.spec.ts:35–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33import {TestBed} from '@angular/core/testing';
34
35function isFirefox() {
36 const userAgent = navigator.userAgent.toLowerCase();
37 if (userAgent.indexOf('firefox') != -1) {
38 return true;
39 }
40 return false;
41}
42
43import {NG_STATUS_CLASSES} from '../../compat/public_api';
44import {

Callers 1

form_field.spec.tsFile · 0.70

Calls 1

indexOfMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…