kblincoe / VisualGit_SE701_2019_1

1 stars 0 forks source link

Closes #247. Create subfolders for each component and separate html #248

Closed darcycox97 closed 5 years ago

darcycox97 commented 5 years ago

Related Issue/Keyword:

247

Description:

I have extracted the html templates for each angular component into their own .html files, and referenced each one in the templateUrl setting of that component. No functionality was changed, this is just improving the project structure to be more modular.

There were some non-automatically-resolvable issues with linting, but as they weren't caused by my own changes I have left them, as they are out of scope for this issue.

Steps for manual testing: Verify that no files were missed by visiting each section of the VisualGit application and observing that everything works as it did before.

Checklist:

darcycox97 commented 5 years ago

@Jess-Alcantara merge conflicts should be fixed. I rebased so you might need to delete the branch locally and pull again