mirror of https://github.com/ghostfolio/ghostfolio
23 changed files with 63 additions and 33 deletions
@ -1,7 +1,9 @@ |
|||
import { Component } from '@angular/core'; |
|||
|
|||
@Component({ |
|||
host: { class: 'mb-5' }, |
|||
selector: 'gf-hallo-ghostfolio-page', |
|||
styleUrls: ['./hallo-ghostfolio-page.scss'], |
|||
templateUrl: './hallo-ghostfolio-page.html' |
|||
}) |
|||
export class HalloGhostfolioPageComponent {} |
|||
|
@ -0,0 +1,3 @@ |
|||
:host { |
|||
display: block; |
|||
} |
@ -1,7 +1,9 @@ |
|||
import { Component } from '@angular/core'; |
|||
|
|||
@Component({ |
|||
host: { class: 'mb-5' }, |
|||
selector: 'gf-hello-ghostfolio-page', |
|||
styleUrls: ['./hello-ghostfolio-page.scss'], |
|||
templateUrl: './hello-ghostfolio-page.html' |
|||
}) |
|||
export class HelloGhostfolioPageComponent {} |
|||
|
@ -0,0 +1,3 @@ |
|||
:host { |
|||
display: block; |
|||
} |
@ -0,0 +1,3 @@ |
|||
:host { |
|||
display: block; |
|||
} |
Loading…
Reference in new issue