File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ the header, usually through keyboard navigation.
20
20
If a tab's label is only text then the simple tab-group API can be used.
21
21
22
22
<!-- example({"example": "tab-group-basic",
23
- "file": "tab-group-basic.html"}) -->
23
+ "file": "tab-group-basic-example .html"}) -->
24
24
25
25
For more complex labels, add a template with the ` mat-tab-label ` directive inside the ` mat-tab ` .
26
26
@@ -33,7 +33,7 @@ For more complex labels, add a template with the `mat-tab-label` directive insid
33
33
By default, the tab group will not change its height to the height of the currently active tab. To
34
34
change this, set the ` dynamicHeight ` input to true. The tab body will animate its height according
35
35
to the height of the active tab.
36
-
36
+
37
37
<!-- example({"example": "tab-group-dynamic-height",
38
38
"file": "tab-group-dynamic-height-example.html",
39
39
"region": "dynamic-height"}) -->
You can’t perform that action at this time.
0 commit comments