Pretty much all of these updated have interdependencies on each other so its all or nothing.
Key changes:
Angular2 (2.0.0-rc.4 => ~2.1.0)
Created app.module.ts with a module of the application. New components must be added here.
Removed directives from all components (replaced by app module declarations)
Clean up route parameter handling to always use the same format
Minor change to differentTeamsSelected to support Angular Forms 2.1
Minor changes to all forms to support Angular Forms 2.1 (use patchValue when setting the value of a field; removed disabled data bindings and set in code instead)
Electron (^1.3.1 => 1.4.3)
Updated build system to use new version when rebuilding libraries
Typescript (^1.8.10 => ^2.0.0)
Also updated all Typings definitions
I've tested is as much as I can and I haven't been able to identify any issues with it yet. Pay particular attention to the forms when reviewing - there was a lot of manual editing/copy-pasting
Closes #33.
Pretty much all of these updated have interdependencies on each other so its all or nothing.
Key changes:
app.module.ts
with a module of the application. New components must be added here.directives
from all components (replaced by app module declarations)differentTeamsSelected
to support Angular Forms 2.1patchValue
when setting the value of a field; removeddisabled
data bindings and set in code instead)I've tested is as much as I can and I haven't been able to identify any issues with it yet. Pay particular attention to the forms when reviewing - there was a lot of manual editing/copy-pasting