This commit is contained in:
tiago.kayaya
2021-07-09 14:44:54 +01:00
8 changed files with 13 additions and 13 deletions
@@ -117,9 +117,9 @@ export class GabineteDigitalPage implements OnInit {
if(event instanceof NavigationEnd && event.url == pathname) {
this.checkRoutes();
this.LoadCounts();
console.log('yes', pathname)
// console.log('yes', pathname)
} else {
console.log('not')
// console.log('not')
}
});