update regionSchoolSelect component in order to support variable maximum...
update regionSchoolSelect component in order to support variable maximum number of choices based to defined issues
Showing
... | ... | @@ -45,7 +45,10 @@ |
"@angular/platform-browser": "^2.0.0", | ||
"@angular/platform-browser-dynamic": "^2.0.0", | ||
"@angular/router": "^3.2.0", | ||
"@types/html2canvas": "^0.5.33", | ||
"@types/jspdf": "^1.1.31", | ||
"@types/node": "^6.0.60", | ||
"@types/node-sass": "^3.10.32", | ||
"babel-polyfill": "^6.20.0", | ||
"bootstrap": "^4.0.0-alpha.6", | ||
"core-js": "^2.4.1", | ||
... | ... | @@ -55,8 +58,11 @@ |
"es6-shim": "^0.35.0", | ||
"file-loader": "^0.9.0", | ||
"html-webpack-plugin": "^2.24.1", | ||
"html2canvas": "^0.5.0-beta4", | ||
"immutable": "^3.8.1", | ||
"jquery": "^3.1.1", | ||
"jspdf": "^1.3.3", | ||
"ng2-bootstrap": "^1.4.2", | ||
"ng2-redux": "^5.1.0", | ||
"ng2-smart-table": "^0.4.0-5", | ||
"raw-loader": "^0.5.1", | ||
... | ... |
Please register or sign in to comment