Skip to content

Commit 12c4d33

Browse files
author
Lucas95s
committed
feat(header): rename header component
1 parent c1eca8a commit 12c4d33

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/app/components/header/header.ts renamed to src/app/components/header/header.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Component } from '@angular/core';
22

33
@Component({
44
selector: 'app-header',
5-
templateUrl: './header.html',
6-
styleUrls: ['./header.scss']
5+
templateUrl: './header.component.html',
6+
styleUrls: ['./header.component.scss']
77
})
88
export class HeaderComponent {}

0 commit comments

Comments
 (0)