Bing map integration in Angular 5
问题 I tried to implement bing map in angular 4. I used angular-map package but it throws Microsoft reference issue. Please see the below code and share the example import { Component,OnInit, ViewChild } from '@angular/core'; import { BingMapsLoader } from '../../shared/services/map-loader-service'; @Component({ selector: 'pm-map', template: ` <app-bing-map *ngIf='mapReady'></app-bing-map>` }) export class DeviceMapComponent implements OnInit{ mapReady = false; constructor() { BingMapsLoader.load(