|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
import { NgIf } from '@angular/common';
|
|
|
|
|
import { Component, OnInit } from '@angular/core';
|
|
|
|
|
import { NavigationEnd, Router } from '@angular/router';
|
|
|
|
|
import { NavigationEnd, Router, RouterLink } from '@angular/router';
|
|
|
|
|
import { AddPinPopupComponent } from '../add-pin-popup/add-pin-popup.component';
|
|
|
|
|
|
|
|
|
|
@Component({
|
|
|
|
|
selector: 'app-navbar',
|
|
|
|
|
imports: [AddPinPopupComponent, NgIf],
|
|
|
|
|
imports: [AddPinPopupComponent, NgIf, RouterLink],
|
|
|
|
|
templateUrl: './navbar.component.html',
|
|
|
|
|
})
|
|
|
|
|
export class NavbarComponent implements OnInit {
|
|
|
|
|