Skip to content

Commit

Permalink
fix(data-table): Add export to the UserProperties (#5018)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewseguin authored Jun 8, 2017
1 parent e81619b commit 536add3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/demo-app/data-table/data-table-demo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {Component} from '@angular/core';
import {PeopleDatabase} from './people-database';
import {PersonDataSource} from './person-data-source';

type UserProperties = 'userId' | 'userName' | 'progress' | 'color';
export type UserProperties = 'userId' | 'userName' | 'progress' | 'color';

@Component({
moduleId: module.id,
Expand Down

0 comments on commit 536add3

Please sign in to comment.