lots of cool shi
This commit is contained in:
parent
15025014bb
commit
c1df73fe57
26 changed files with 363 additions and 369 deletions
13
src/app/component/header/header.component.ts
Normal file
13
src/app/component/header/header.component.ts
Normal file
|
@ -0,0 +1,13 @@
|
|||
import {Component} from '@angular/core';
|
||||
import {RouterLink} from "@angular/router";
|
||||
|
||||
@Component({
|
||||
selector: 'app-header',
|
||||
imports: [
|
||||
RouterLink
|
||||
],
|
||||
templateUrl: './header.component.html',
|
||||
})
|
||||
export default class HeaderComponent {
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue