MainView refactor

This commit is contained in:
Michał Zieliński
2023-08-22 18:32:17 +02:00
parent ed5eed101e
commit f4978009b5
25 changed files with 193 additions and 169 deletions

View File

@@ -17,7 +17,7 @@ import { MatToolbarModule } from '@angular/material/toolbar';
import { MatCardModule } from '@angular/material/card';
@Component({
selector: 'app-layer-detail',
selector: 'diunabi-layer-detail',
templateUrl: './layer-detail.component.html',
styleUrls: ['./layer-detail.component.scss'],
standalone: true,