src/app/materials/lists/lists.component.ts
selector | app-lists |
styleUrls | ./lists.component.scss |
templateUrl | ./lists.component.html |
Properties |
Methods |
constructor()
|
ngOnInit |
ngOnInit()
|
Returns :
void
|
folders |
Type : any
|
Default value : [
{
name: 'Photos',
updated: new Date('1/1/16')
},
{
name: 'Recipes',
updated: new Date('1/17/16')
},
{
name: 'Work',
updated: new Date('1/28/16')
}
]
|
links |
Type : string[]
|
Default value : ['Boots', 'Clogs', 'Loafers', 'Moccasins', 'Sneakers']
|
notes |
Type : any
|
Default value : [
{
name: 'Vacation Itinerary',
updated: new Date('2/20/16')
},
{
name: 'Kitchen Remodel',
updated: new Date('1/18/16')
}
]
|
typesOfShoes |
Type : string[]
|
Default value : [
'Boots',
'Clogs',
'Loafers',
'Moccasins',
'Sneakers'
]
|
Defined in src/app/materials/lists/lists.component.ts:9
|
./lists.component.scss