This commit is contained in:
Taric Xin
2021-12-07 13:25:52 +08:00
parent 34c9809e3e
commit 485686c4ab
18 changed files with 639 additions and 21 deletions

View File

@ -0,0 +1,9 @@
import { Injectable } from '@angular/core';
@Injectable({
providedIn: 'root'
})
export class AmapService {
constructor() { }
}