mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-21 07:24:07 +01:00
4 lines
114 B
TypeScript
4 lines
114 B
TypeScript
export class Location {
|
|
constructor(public latitude: number = 53.9, public longitude: number = 27.5667) {
|
|
}
|
|
}
|