diff --git a/src/app/components/background/background.component.html b/src/app/components/background/background.component.html index 313d363e..fa449f34 100644 --- a/src/app/components/background/background.component.html +++ b/src/app/components/background/background.component.html @@ -3,23 +3,52 @@
simbolo-unb
+
+
  • - Catálogo + Agora na TV
  • +
    +
    |
    +
    +
  • + Catálogo +
  • +
    +
    +
  • + Catálogo +
  • +
    |
    +
    +
  • + Programação +
  • +
    +
  • Programação
  • +
    |
    -
  • +
    +
  • Participe
  • + +
    +
  • + Participe +
  • +
    @@ -31,6 +60,7 @@ >
    +
    diff --git a/src/app/components/background/background.component.ts b/src/app/components/background/background.component.ts index 34f00dee..c4d9f2ff 100644 --- a/src/app/components/background/background.component.ts +++ b/src/app/components/background/background.component.ts @@ -1,5 +1,6 @@ import { Component, OnInit } from '@angular/core'; import { MenuItem, MessageService } from 'primeng/api'; +import { AppComponent } from 'src/app/app.component'; @Component({ selector: 'app-background', @@ -37,4 +38,7 @@ export class BackgroundComponent implements OnInit { this.mobileDevide = false; } } + getActualRoute(): string { + return window.location.pathname; + } }