We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2fe7931 + e452a48 commit a125929Copy full SHA for a125929
README.md
@@ -301,6 +301,12 @@ export class MapExampleComponent {
301
};
302
}
303
```
304
+# Angular 8 Support
305
+
306
+If you are using Angular 8, there is a temporary change to the `@ViewChild` directive, this will not be needed in Angular 9.
307
308
+For now use this instead: `@ViewChild("MapView", {static: false}) mapView: ElementRef;`
309
310
311
# Clustering Support (Issue [#57](https://github.com/dapriett/nativescript-google-maps-sdk/issues/57))
312
0 commit comments