In this PR I've decoupled the routes, and move them to their own file. I'll be soon decoupling this further and creating different modules for different parts of the CMS.
I've also re-generated the auth guard to follow the ng cli naming structure. (auth.guard instead of auth-guard.service). It's also been re-written to return a promise.
In this PR I've decoupled the routes, and move them to their own file. I'll be soon decoupling this further and creating different modules for different parts of the CMS.
I've also re-generated the auth guard to follow the ng cli naming structure. (auth.guard instead of auth-guard.service). It's also been re-written to return a promise.