We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb2a3aa commit b5b84dcCopy full SHA for b5b84dc
src/lib/tabs/tabs.md
@@ -80,7 +80,7 @@ The `tab-nav-bar` is not tied to any particular router; it works with normal `<a
80
the `active` property to determine which tab is currently active. The corresponding
81
`<router-outlet>` can be placed anywhere in the view.
82
83
-## Lazy Loading
+### Lazy Loading
84
By default, the tab contents are eagerly loaded. Eagerly loaded tabs
85
will initalize the child components but not inject them into the DOM
86
until the tab is activated.
0 commit comments