Angular - Routing
Examine this
What is the issue with this code?
canActivate guard implementation:canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot) {
return Promise.resolve('true');
}What is the issue with this code?
