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.
1 parent 87234c8 commit 2e1ccb0Copy full SHA for 2e1ccb0
src/app/pages/main/components/map/map.component.ts
@@ -8,8 +8,7 @@ import { takeUntil, skip } from 'rxjs/operators';
8
9
@Component({
10
selector: 'ngcommunity-map',
11
- templateUrl: './map.component.html',
12
- styleUrls: ['./map.component.scss'],
+ templateUrl: './map.component.html'
13
})
14
export class MapComponent implements OnInit {
15
@ViewChild(GoogleMap, { static: false }) map: GoogleMap;
0 commit comments