We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81619b commit 536add3Copy full SHA for 536add3
src/demo-app/data-table/data-table-demo.ts
@@ -2,7 +2,7 @@ import {Component} from '@angular/core';
2
import {PeopleDatabase} from './people-database';
3
import {PersonDataSource} from './person-data-source';
4
5
-type UserProperties = 'userId' | 'userName' | 'progress' | 'color';
+export type UserProperties = 'userId' | 'userName' | 'progress' | 'color';
6
7
@Component({
8
moduleId: module.id,
0 commit comments