mirror of
https://github.com/CaramelFur/Picsur.git
synced 2025-11-13 07:15:39 +01:00
Test angular
This commit is contained in:
8
frontend/src/app/components/header/header.component.ts
Normal file
8
frontend/src/app/components/header/header.component.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-header',
|
||||
templateUrl: './header.component.html',
|
||||
styleUrls: ['./header.component.scss'],
|
||||
})
|
||||
export class HeaderComponent {}
|
||||
Reference in New Issue
Block a user