fix: add MaterialFileInputModule to make work ngx-mat-file-input
Refs #659
parent
f5bf0e93
No related branches found
No related tags found
This commit is part of merge request !256. Comments created here will be created in the context of that merge request.
... | ... | @@ -70,6 +70,7 @@ |
"mermaid": "^9.1.3", | ||
"ng2-charts": "^4.1.1", | ||
"ngx-markdown": "^15.1.2", | ||
"ngx-material-file-input": "^4.0.1", | ||
"ngx-webstorage-service": "^5.0.0", | ||
"pako": "^2.0.4", | ||
"primeng": "^15.4.1", | ||
... | ... | @@ -77,7 +78,6 @@ |
"rxjs": "^7.5.5", | ||
"screenfull": "^6.0.2", | ||
"svg-pan-zoom": "^3.6.1", | ||
"tslib": "^2.4.0", | ||
"webdriver-manager": "^12.1.9", | ||
"xlsx": "^0.18.5", | ||
"zone.js": "~0.11.6" | ||
... | ... | @@ -111,8 +111,9 @@ |
"jasmine-core": "~4.2.0", | ||
"jasmine-spec-reporter": "~7.0.0", | ||
"ts-node": "^10.8.2", | ||
"tslib": "^2.6.2", | ||
"typescript": "^4.8.2", | ||
"wdio-wait-for": "^3.0.10", | ||
"webpack-dev-server": "^4.9.3" | ||
} | ||
} | ||
\ No newline at end of file | ||
} |
Please register or sign in to comment