Commit 15fd1ea5 by niuxiaolin

latest

parent 69478edd
......@@ -3,7 +3,7 @@
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --proxy--config proxy.json",
"start": "ng serve --port 4321 --proxy--config proxy.json",
"build": "ng build --prod --build-optimizer ",
"remove-to": "rd /s /q D:\\projects\\supervise\\src\\main\\resources\\static",
"create": "mkdir D:\\projects\\supervise\\src\\main\\resources\\static",
......@@ -27,9 +27,9 @@
"angular2-baidu-map": "^4.7.0",
"core-js": "^2.5.4",
"ngx-color-picker": "^8.1.0",
"ngx-webcam": "^0.2.5",
"rxjs": "~6.3.3",
"tree-ngx": "^2.2.4",
"tslib": "^1.9.0",
"zone.js": "~0.8.26"
},
......
......@@ -11,8 +11,8 @@ import { ModalComponent } from './modal/modal.component';
import { ApiModule } from './api';
import { HttpClientModule } from '@angular/common/http';
import { ColorPickerModule } from 'ngx-color-picker';
import {WebcamModule} from 'ngx-webcam';
import { TreeNgxModule } from 'tree-ngx';
// import {WebcamModule} from 'ngx-webcam';
// import { TreeNgxModule } from 'tree-ngx';
@NgModule({
declarations: [
......@@ -30,8 +30,8 @@ import { TreeNgxModule } from 'tree-ngx';
ColorPickerModule,
FormsModule,
ApiModule,
TreeNgxModule,
WebcamModule,
// TreeNgxModule,
// WebcamModule,
BaiduMapModule.forRoot({ ak: 'KhQqnL3owyAzqjr4zCGbWiiHwPFmKTD6' })
],
providers: [],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment