add header component and screenshots

This commit is contained in:
francesco 2022-05-10 19:51:21 +02:00
parent b362aaa2a3
commit 51024e1b78
4 changed files with 6 additions and 1 deletions

5
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 KiB

View File

@ -10,4 +10,4 @@ export class HeaderComponent {
onSelect(feature: string) { onSelect(feature: string) {
this.featureSelected.emit(feature); this.featureSelected.emit(feature);
} }
} }