Skip to content

Commit b5b84dc

Browse files
chore: fix tabs.md to have lazy loading be a linkable header in docs. (#11138)
1 parent fb2a3aa commit b5b84dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/tabs/tabs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The `tab-nav-bar` is not tied to any particular router; it works with normal `<a
8080
the `active` property to determine which tab is currently active. The corresponding
8181
`<router-outlet>` can be placed anywhere in the view.
8282

83-
## Lazy Loading
83+
### Lazy Loading
8484
By default, the tab contents are eagerly loaded. Eagerly loaded tabs
8585
will initalize the child components but not inject them into the DOM
8686
until the tab is activated.

0 commit comments

Comments
 (0)