MCPcopy Index your code
hub / github.com/angular/components / label

Method label

src/google-maps/map-marker/map-marker.ts:82–84  ·  view source on GitHub ↗
(label: string | google.maps.MarkerLabel)

Source from the content-addressed store, hash-verified

80 */
81 @Input()
82 set label(label: string | google.maps.MarkerLabel) {
83 this._label = label;
84 }
85 private _label!: string | google.maps.MarkerLabel;
86
87 /**

Callers 4

label.spec.tsFile · 0.80
LabelControlClass · 0.80
OptionClass · 0.80
TreeItemClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected