Skip to content

Commit ab7fd55

Browse files
committed
chore(demos,grid-groupby): specify density variable type
1 parent 9d38c65 commit ab7fd55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/grid-groupby/grid-groupby.sample.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export class GridGroupBySampleComponent implements OnInit {
7676
{ 'Salary': 4900, 'ID': 'FRANS', 'CompanyName': 'Franchi S.p.A.', 'ContactName': 'Paolo Accorti', 'ContactTitle': 'Sales Representative', 'Address': 'Via Monte Bianco 34', 'City': 'Torino', 'Region': null, 'PostalCode': '10100', 'Country': 'Italy', 'Phone': '011-4988260', 'Fax': '011-4988261' }
7777
];
7878
}
79-
private _density = DisplayDensity.cosy;
79+
private _density: DisplayDensity = DisplayDensity.cosy;
8080
public get density(): DisplayDensity {
8181
return this._density;
8282
}

0 commit comments

Comments
 (0)