styling improved
This commit is contained in:
parent
40bd7459b5
commit
5d3283171c
3 changed files with 2 additions and 4 deletions
|
@ -10,7 +10,7 @@ import 'rxjs/add/operator/map';
|
|||
export class MapComponent implements OnInit {
|
||||
|
||||
lat: number = 54.0466;
|
||||
lng: number = 2.8007;
|
||||
lng: number = -2.8007;
|
||||
|
||||
constructor(
|
||||
private http: Http,
|
||||
|
|
Reference in a new issue