import { Router } from '@angular/router';
export class App
Component{
construcot(private router: Router) {
this.windowSize = window.innerWidth;
this.url = router.url.split('/');
this.arraylength = this.url.length;
this.category = this.url[this.arraylength - 2];
this.uniqueId = unescape(this.url[this.arraylength - 1]);
}
}
export class App
Component{
construcot(private router: Router) {
this.windowSize = window.innerWidth;
this.url = router.url.split('/');
this.arraylength = this.url.length;
this.category = this.url[this.arraylength - 2];
this.uniqueId = unescape(this.url[this.arraylength - 1]);
}
}
No comments:
Post a Comment