Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
* found in the LICENSE file at https://angular.dev/license
*/

/// <reference types="google.maps" preserve="true" />

/**
* Class for clustering markers on a Google Map.
*
Expand Down
4 changes: 4 additions & 0 deletions src/google-maps/google-map/google-map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
* found in the LICENSE file at https://angular.dev/license
*/

// We need this to ensure that the type reference is present in the generated .d.ts
// that we publish to npm. Internally this is removed during import.
/// <reference types="google.maps" preserve="true" />

import {
Component,
ElementRef,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
* found in the LICENSE file at https://angular.dev/license
*/

/// <reference types="google.maps" preserve="true" />

import {Marker} from '../marker-utilities';

// This file duplicates the necessary types from the `@googlemaps/markerclusterer`
Expand Down
Loading