For basic Angular2 it is possible to check current route like this:
this.subscription = router.events.subscribe((val: any) => {
});
But there is problem when use Angular Universal on server side...
Any solution for this?
For basic Angular2 it is possible to check current route like this:
this.subscription = router.events.subscribe((val: any) => {
});
But there is problem when use Angular Universal on server side...
Any solution for this?
Copyright © 2021 Jogjafile Inc.