add header component and screenshots
This commit is contained in:
parent
b362aaa2a3
commit
51024e1b78
5
.vscode/settings.json
vendored
Normal file
5
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"editor.formatOnPaste": true,
|
||||
"editor.formatOnSave": true,
|
||||
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
|
||||
}
|
BIN
img/Screenshot from 2022-03-23 12-41-34.png
Normal file
BIN
img/Screenshot from 2022-03-23 12-41-34.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 137 KiB |
BIN
img/Screenshot from 2022-03-23 12-42-01.png
Normal file
BIN
img/Screenshot from 2022-03-23 12-42-01.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 192 KiB |
@ -10,4 +10,4 @@ export class HeaderComponent {
|
||||
onSelect(feature: string) {
|
||||
this.featureSelected.emit(feature);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user