mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-10 11:38:50 +01:00
4 lines
107 B
TypeScript
4 lines
107 B
TypeScript
export class Location {
|
|
constructor(public latitude: number = 54, public longitude: number = 33) {
|
|
}
|
|
}
|