File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,19 +25,19 @@ export class ListDemo {
25
25
from : 'Nancy' ,
26
26
subject : 'Brunch?' ,
27
27
message : 'Did you want to go on Sunday? I was thinking that might work.' ,
28
- image : 'https://angular.io/resources /images/bios/julie-ralph.jpg'
28
+ image : 'https://angular.io/generated /images/bios/julie-ralph.jpg'
29
29
} ,
30
30
{
31
31
from : 'Mary' ,
32
32
subject : 'Summer BBQ' ,
33
33
message : 'Wish I could come, but I have some prior obligations.' ,
34
- image : 'https://angular.io/resources /images/bios/juleskremer.jpg'
34
+ image : 'https://angular.io/generated /images/bios/juleskremer.jpg'
35
35
} ,
36
36
{
37
37
from : 'Bobby' ,
38
38
subject : 'Oui oui' ,
39
39
message : 'Do you have Paris reservations for the 15th? I just booked!' ,
40
- image : 'https://angular.io/resources /images/bios/jelbourn.jpg'
40
+ image : 'https://angular.io/generated /images/bios/jelbourn.jpg'
41
41
}
42
42
] ;
43
43
You can’t perform that action at this time.
0 commit comments