mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-02 11:50:17 +01:00
feat: update to Angular 8, Nebular 4 (#2114)
This commit is contained in:
parent
537e6a77b0
commit
e9600b4a07
323 changed files with 7421 additions and 14161 deletions
|
|
@ -6,7 +6,7 @@
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
/deep/ agm-map {
|
||||
::ng-deep agm-map {
|
||||
width: 100%;
|
||||
height: nb-theme(card-height-large);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ export class SearchComponent implements OnInit {
|
|||
|
||||
@Output() positionChanged = new EventEmitter<Location>();
|
||||
|
||||
@ViewChild('search')
|
||||
@ViewChild('search', { static: true })
|
||||
public searchElementRef: ElementRef;
|
||||
|
||||
constructor(private mapsAPILoader: MapsAPILoader,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue