Reworked application.form.main to comply with Reactive forms standards and...
Reworked application.form.main to comply with Reactive forms standards and Redux patterns. Connected course.fields.select form with application.form.main. Other fixes and restructuring
Showing
... | ... | @@ -14,6 +14,7 @@ |
"devDependencies": { | ||
"@types/node": "^6.0.48", | ||
"angular2-router-loader": "^0.3.4", | ||
"angular2-template-loader": "^0.6.0", | ||
"babel-core": "^6.20.0", | ||
"babel-loader": "^6.2.9", | ||
"babel-preset-env": "^1.1.4", | ||
... | ... | @@ -38,6 +39,7 @@ |
"@angular/platform-browser": "^2.0.0", | ||
"@angular/platform-browser-dynamic": "^2.0.0", | ||
"@angular/router": "^3.2.0", | ||
"@types/node": "^6.0.60", | ||
"core-js": "^2.4.1", | ||
"css-loader": "^0.25.0", | ||
"d3": "^3.5.16", | ||
... | ... |