diff --git a/en/components/navdrawer.md b/en/components/navdrawer.md index 08b36626d..2a861d5f3 100644 --- a/en/components/navdrawer.md +++ b/en/components/navdrawer.md @@ -69,13 +69,11 @@ import { IGX_NAVIGATION_DRAWER_DIRECTIVES, IgxRippleDirective, IgxIconComponent
- + Components + + {{ item.name }} + {{ item.text }} +
@@ -117,14 +115,12 @@ The [`igxRipple`](ripple.md) directive completes the look and feel:
-
@@ -334,15 +330,13 @@ export class AppComponent { - + + {{item.name}} + ``` diff --git a/jp/components/navdrawer.md b/jp/components/navdrawer.md index 9afb7b977..32dd703ed 100644 --- a/jp/components/navdrawer.md +++ b/jp/components/navdrawer.md @@ -69,13 +69,11 @@ import { IGX_NAVIGATION_DRAWER_DIRECTIVES, IgxRippleDirective, IgxIconComponent
- + Components + + {{ item.name }} + {{ item.text }} +
@@ -117,14 +115,12 @@ Drawer のコンテンツを igxDrawer ディレクティブでデコレート
-
@@ -333,15 +329,13 @@ export class AppComponent { - + + {{item.name}} + ``` diff --git a/kr/components/navdrawer.md b/kr/components/navdrawer.md index bbccddf14..384b80ea1 100644 --- a/kr/components/navdrawer.md +++ b/kr/components/navdrawer.md @@ -51,7 +51,6 @@ While any content can be provided in the template, the [`igxDrawerItem`]({enviro
-
@@ -237,13 +235,11 @@ One way to tie in the active state is to directly use the [`routerLinkActive`](h ```html - + + {{item.name}} + ``` @@ -251,13 +247,11 @@ This approach, of course, does not affect the actual directive active state and ```html - + + {{item.name}} + ```