## Preliminary steps: - add a filter to be converted into a pipe - add router - add more unit tests? ## Conversion Steps - [x] Create `0-ajs` branch - [x] Remove injection of script tags from the index.html file - this will allow us to use the list of script tags as a list of files that need to be converted - ensures that we do not inject a script tag for a converted file - [x] Install Angular and SystemJS - [x] Make into a hybrid app running both Angular and AngularJS - [x] Create `1-hybrid1` branch - [x] Convert the `layout` module - [x] Create `2-hybrid2` branch - [x] Convert the `account` module - [x] Convert the `core` module last since it has services used throughout the application - [ ] Create `3-hybrid3` branch - [ ] Convert to the Angular Router and bootstrap with Angular - [ ] Create `4-ngConverted` branch - [ ] Install angular-cli - [ ] Create `5-ngCli` branch
Preliminary steps:
Conversion Steps
0-ajsbranch1-hybrid1branchlayoutmodule2-hybrid2branchaccountmodulecoremodule last since it has services used throughout the application3-hybrid3branch4-ngConvertedbranch5-ngClibranch