From f4034ec0833a5b681f14db6e3f2d6c4748dba7e4 Mon Sep 17 00:00:00 2001 From: crisbeto Date: Thu, 30 Jul 2020 16:36:51 +0200 Subject: [PATCH] docs(tabs): fix incorrect file reference The tabs overview was referencing an incorrect file name which caused it to break on the docs site. Fixes #20141. --- src/material/tabs/tabs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/material/tabs/tabs.md b/src/material/tabs/tabs.md index e63b60b56553..9deb96863e38 100644 --- a/src/material/tabs/tabs.md +++ b/src/material/tabs/tabs.md @@ -20,7 +20,7 @@ the header, usually through keyboard navigation. If a tab's label is only text then the simple tab-group API can be used. + "file": "tab-group-basic-example.html"}) --> For more complex labels, add a template with the `mat-tab-label` directive inside the `mat-tab`. @@ -33,7 +33,7 @@ For more complex labels, add a template with the `mat-tab-label` directive insid By default, the tab group will not change its height to the height of the currently active tab. To change this, set the `dynamicHeight` input to true. The tab body will animate its height according to the height of the active tab. - +