File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/material-examples/tab-group-lazy-loaded Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
< mat-tab-group >
2
2
< mat-tab label ="First ">
3
3
< ng-template matTabContent >
4
- Content 1 - Loaded: {{ getTimeLoaded(1) | date:'medium' }}
4
+ Content 1 - Loaded: {{getTimeLoaded(1) | date:'medium'}}
5
5
</ ng-template >
6
6
</ mat-tab >
7
7
< mat-tab label ="Second ">
8
8
< ng-template matTabContent >
9
- Content 2 - Loaded: {{ getTimeLoaded(2) | date:'medium' }}
9
+ Content 2 - Loaded: {{getTimeLoaded(2) | date:'medium'}}
10
10
</ ng-template >
11
11
</ mat-tab >
12
12
< mat-tab label ="Third ">
13
13
< ng-template matTabContent >
14
- Content 3 - Loaded: {{ getTimeLoaded(3) | date:'medium' }}
14
+ Content 3 - Loaded: {{getTimeLoaded(3) | date:'medium'}}
15
15
</ ng-template >
16
16
</ mat-tab >
17
17
</ mat-tab-group >
You can’t perform that action at this time.
0 commit comments