mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
matt commets addressed
This commit is contained in:
committed by
Aiden McClelland
parent
9d4b4d3adf
commit
1680267568
@@ -6,8 +6,8 @@ import { Component, Input } from '@angular/core'
|
||||
styleUrls: ['./skeleton-list.component.scss'],
|
||||
})
|
||||
export class SkeletonListComponent {
|
||||
@Input() groups: number
|
||||
@Input() rows: number = 3
|
||||
@Input() groups: string
|
||||
@Input() rows: string = '3'
|
||||
groupsArr: number[] = []
|
||||
rowsArr: number[] = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user