Correction de quelques éléments pour la compilation.
Showing
+37 -97
... | @@ -40,6 +40,7 @@ | ... | @@ -40,6 +40,7 @@ |
"@angular/platform-browser-dynamic": "^8", | "@angular/platform-browser-dynamic": "^8", | ||
"@angular/router": "^8", | "@angular/router": "^8", | ||
"@devatscience/ngx-errors": "^0.1.1", | "@devatscience/ngx-errors": "^0.1.1", | ||
"@devatscience/ngx-rxtools": "^1.1", | |||
"@types/jasmine": "^3.4.2", | "@types/jasmine": "^3.4.2", | ||
"@types/lodash": "^4.14.142", | "@types/lodash": "^4.14.142", | ||
"chart.js": "^2.8.0", | "chart.js": "^2.8.0", | ||
... | @@ -64,9 +65,6 @@ | ... | @@ -64,9 +65,6 @@ |
"typescript": "~3.5", | "typescript": "~3.5", | ||
"zone.js": "^0.9.1" | "zone.js": "^0.9.1" | ||
}, | }, | ||
"dependencies": { | |||
"@devatscience/ngx-rxtools": "^1.1" | |||
}, | |||
"scripts": { | "scripts": { | ||
"test": "ng test --code-coverage --no-watch --no-progress", | "test": "ng test --code-coverage --no-watch --no-progress", | ||
"lint": "ng lint && prettier --check **/*.{js,json,html,scss}", | "lint": "ng lint && prettier --check **/*.{js,json,html,scss}", | ||
... | ... |
src/lib/api/index.ts
0 → 100644
src/lib/configuration.ts
deleted
100644 → 0
Please register or sign in to comment