docs(demos): add new list demos

This commit is contained in:
Drew Rygh
2015-10-29 15:27:07 -05:00
parent 1fbca8bba3
commit 3027becaae
17 changed files with 171 additions and 2 deletions

View File

@ -61,4 +61,24 @@ export class AvatarListsPage {
constructor() {
}
}
}
@Page({
templateUrl: 'lists/three-lists.html',
directives: [forwardRef(() => AndroidAttribute)]
})
export class ThreeLineListsPage {
constructor() {
}
}
@Page({
templateUrl: 'lists/thumbnail-lists.html',
directives: [forwardRef(() => AndroidAttribute)]
})
export class ThumbnailListsPage {
constructor() {
}
}