show page done

This commit is contained in:
Matt Hill
2021-09-20 17:25:43 -06:00
committed by Aiden McClelland
parent d7ecc0b6e7
commit 5467383e8d
5 changed files with 154 additions and 98 deletions

View File

@@ -1,5 +1,5 @@
import { Component, Input } from '@angular/core'
import { PkgStatusRendering } from 'src/app/services/pkg-status-rendering.service'
import { StatusRendering } from 'src/app/services/pkg-status-rendering.service'
@Component({
selector: 'status',
@@ -7,7 +7,7 @@ import { PkgStatusRendering } from 'src/app/services/pkg-status-rendering.servic
styleUrls: ['./status.component.scss'],
})
export class StatusComponent {
@Input() rendering: PkgStatusRendering
@Input() rendering: StatusRendering
@Input() size?: string
@Input() style?: string = 'regular'
@Input() weight?: string = 'normal'