MCPcopy Create free account
hub / github.com/angular/components /

Class

src/google-maps/map-event-manager.spec.ts:161–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159
160/** Imitates a Google Maps event target and keeps track of the registered events. */
161class TestEventTarget {
162 events = new Map<string, Set<() => void>>();
163
164 addListener = jasmine

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected