Skip to content

Commit a125929

Browse files
authored
Merge pull request #376 from tylerablake/master
Added Angular 8 support to readme
2 parents 2fe7931 + e452a48 commit a125929

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,12 @@ export class MapExampleComponent {
301301
};
302302
}
303303
```
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+
304310

305311
# Clustering Support (Issue [#57](https://github.com/dapriett/nativescript-google-maps-sdk/issues/57))
306312

0 commit comments

Comments
 (0)