Runtime Error Can't resolve all parameters for GoogleMap: (?, ?)
问题 i am trying to get an basic map to be loaded on my templet. I just followed this instruction https://ionicframework.com/docs/native/google-maps/ to get my map works. But i am getting error like above question. here is my code // Load map only after view is initialized ngAfterViewInit() { this.loadMap(); } loadMap() { // make sure to create following structure in your view.html file // and add a height (for example 100%) to it, else the map won't be visible // <ion-content> // <div #map id=