-
@@ -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}}
+
```