Skip to content

Commit b7d7b89

Browse files
authored
chore: update import lazy-loading.md (NativeScript#1933)
fixed demo code
1 parent 882bd51 commit b7d7b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/performance-optimizations/lazy-loading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ In the following sections, we will create a simple Angular application using the
9696
```TypeScript
9797
// app/app.routing.ts
9898
import { NgModule } from "@angular/core";
99-
import { NativeScriptRouterModule } from "nativescript-angular/router";
99+
import { NativeScriptRouterModule } from '@nativescript/angular';
100100
import { Routes } from "@angular/router";
101101
102102
import { ItemsComponent } from "./item/items.component";

0 commit comments

Comments
 (0)