MCPcopy
hub / github.com/angular/components / options

Method options

src/google-maps/map-polygon/map-polygon.ts:57–59  ·  view source on GitHub ↗
(options: google.maps.PolygonOptions)

Source from the content-addressed store, hash-verified

55
56 @Input()
57 set options(options: google.maps.PolygonOptions) {
58 this._options.next(options || {});
59 }
60
61 @Input()
62 set paths(

Callers

nothing calls this directly

Calls 1

nextMethod · 0.45

Tested by

no test coverage detected