diff --git a/en/components/navdrawer.md b/en/components/navdrawer.md index 344d0fcac1..ac07bb6219 100644 --- a/en/components/navdrawer.md +++ b/en/components/navdrawer.md @@ -70,7 +70,6 @@ import { IgxIconComponent } from 'igniteui-angular/icon';
-
@@ -126,13 +124,11 @@ The [`igxRipple`](ripple.md) directive completes the look and feel:
-
diff --git a/jp/components/navdrawer.md b/jp/components/navdrawer.md index 62428fe074..0dfcf0d0ee 100644 --- a/jp/components/navdrawer.md +++ b/jp/components/navdrawer.md @@ -71,7 +71,6 @@ import { IgxIconComponent } from 'igniteui-angular/icon';
-
@@ -127,13 +125,11 @@ Drawer のコンテンツを `igxDrawer` ディレクティブでデコレート
-
@@ -349,7 +345,6 @@ export class AppComponent { - ``` @@ -508,4 +502,4 @@ $custom-theme: navdrawer-theme( ## API とスタイル リファレンス - [IgxNavigationDrawerComponent API]({environment:angularApiUrl}/classes/igxnavigationdrawercomponent.html) -- [IgxNavigationDrawerComponent スタイル]({environment:sassApiUrl}/themes#function-navdrawer-theme) \ No newline at end of file +- [IgxNavigationDrawerComponent スタイル]({environment:sassApiUrl}/themes#function-navdrawer-theme) diff --git a/kr/components/navdrawer.md b/kr/components/navdrawer.md index 18f21792f4..7bdf373a1d 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}} + ```