Skip to content

Commit 4523ecc

Browse files
authored
Update grid-list-a11y.ts
1 parent a320236 commit 4523ecc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/demo-app/a11y/grid-list/grid-list-a11y.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
import {Component} from '@angular/core';
22

3-
interface Dog {
3+
export interface Dog {
44
name: string;
55
human: string;
66
}
7+
78
@Component({
89
moduleId: module.id,
910
selector: 'grid-list-a11y',

0 commit comments

Comments
 (0)