Skip to content

Commit 536add3

Browse files
authored
fix(data-table): Add export to the UserProperties (#5018)
1 parent e81619b commit 536add3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/demo-app/data-table/data-table-demo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {Component} from '@angular/core';
22
import {PeopleDatabase} from './people-database';
33
import {PersonDataSource} from './person-data-source';
44

5-
type UserProperties = 'userId' | 'userName' | 'progress' | 'color';
5+
export type UserProperties = 'userId' | 'userName' | 'progress' | 'color';
66

77
@Component({
88
moduleId: module.id,

0 commit comments

Comments
 (0)