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 a320236 commit 4523eccCopy full SHA for 4523ecc
src/demo-app/a11y/grid-list/grid-list-a11y.ts
@@ -1,9 +1,10 @@
1
import {Component} from '@angular/core';
2
3
-interface Dog {
+export interface Dog {
4
name: string;
5
human: string;
6
}
7
+
8
@Component({
9
moduleId: module.id,
10
selector: 'grid-list-a11y',
0 commit comments