Commit 84ccc4f0 authored by prumde's avatar prumde

Updates


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@174338 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 355db151
<ecm-header> </ecm-header>
<router-outlet name="content"></router-outlet>
<ecm-content> </ecm-content>
<ecm-footer> </ecm-footer>
\ No newline at end of file
......@@ -15,8 +15,6 @@ export class ECMHomeComponent implements OnInit, OnDestroy, AfterViewChecked {
let appstateCahce: string = localStorage.getItem('appstate') ? localStorage.getItem('appstate') : 'no-appstate';
console.log(' ECMHomeComponent appstateCahce[' + appstateCahce + ']');
this.router.navigate(['home', {relativeTo: this.route, outlets: {content: 'content'} }]);
if( appstateCahce !== 'undefined' && appstateCahce !== 'no-appstate' ){
this.goToLink(appstateCahce);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment