mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-26 03:06:09 +01:00
Fix post-upgrade errors
This commit is contained in:
parent
d673c512ec
commit
88020acd3e
6 changed files with 17 additions and 25 deletions
|
|
@ -4,14 +4,14 @@ import { Component } from '@angular/core';
|
|||
selector: 'ngx-gmaps',
|
||||
styleUrls: ['./gmaps.component.scss'],
|
||||
template: `
|
||||
<nb-card>
|
||||
<!-- <nb-card>
|
||||
<nb-card-header>Google Maps</nb-card-header>
|
||||
<nb-card-body>
|
||||
<!-- <agm-map [latitude]="lat" [longitude]="lng">
|
||||
<agm-map [latitude]="lat" [longitude]="lng">
|
||||
<agm-marker [latitude]="lat" [longitude]="lng"></agm-marker>
|
||||
</agm-map> -->
|
||||
</agm-map>
|
||||
</nb-card-body>
|
||||
</nb-card>
|
||||
</nb-card> -->
|
||||
`,
|
||||
})
|
||||
export class GmapsComponent {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue