embed share
This commit is contained in:
parent
5d636b0027
commit
f8abb4d11a
20 changed files with 1040 additions and 72 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import {Component, inject, signal, OnDestroy, OnInit} from '@angular/core';
|
||||
import {Router} from '@angular/router';
|
||||
import {Router, RouterLink} from '@angular/router';
|
||||
import {FormsModule} from '@angular/forms';
|
||||
import {Menu} from './menu/menu';
|
||||
import {AllEvents} from '../../maps/all-events/all-events';
|
||||
|
|
@ -25,7 +25,8 @@ import {NgClass} from '@angular/common';
|
|||
Osm,
|
||||
FormsModule,
|
||||
WhatFilterComponent,
|
||||
NgClass
|
||||
NgClass,
|
||||
RouterLink
|
||||
],
|
||||
templateUrl: './home.html',
|
||||
styleUrl: './home.scss'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue