Skip to content

Commit 8a9ee67

Browse files
committed
chore(header): cleanup
1 parent 0cd81c1 commit 8a9ee67

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

projects/coreui-angular/src/lib/header/header/header.component.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,3 @@
55
} @else {
66
<ng-content />
77
}
8-
9-

projects/coreui-angular/src/lib/header/header/header.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ type Container = boolean | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'fluid';
1212
imports: [NgClass]
1313
})
1414
export class HeaderComponent {
15+
1516
/**
1617
* Defines optional container wrapping children elements.
1718
*/

0 commit comments

Comments
 (0)