This commit is contained in:
ztimson 2019-08-08 08:36:22 -04:00
parent 8a9d759c41
commit 39c87666d8
3 changed files with 1 additions and 9 deletions

View File

@ -23,14 +23,6 @@
"/*.(eot|svg|cur|jpg|png|webp|gif|otf|ttf|woff|woff2|ani)" "/*.(eot|svg|cur|jpg|png|webp|gif|otf|ttf|woff|woff2|ani)"
] ]
} }
}, {
"name": "maps",
"installMode": "lazy",
"resources": {
"urls": [
"https://maps.googleapis.com/maps/**"
]
}
} }
] ]
} }

View File

@ -2,7 +2,7 @@ import {Component} from "@angular/core";
import {Observable, timer} from "rxjs"; import {Observable, timer} from "rxjs";
import {map, take} from "rxjs/operators"; import {map, take} from "rxjs/operators";
import {Router} from "@angular/router"; import {Router} from "@angular/router";
import {SyncService} from "../map/sync.service"; import {SyncService} from "../../services/sync.service";
const chars = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'; const chars = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789';