Skip to content

Commit 45e8ddd

Browse files
committed
docs: BottomNavigation basic usage example
1 parent e83f479 commit 45e8ddd

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

app/ng-ui-widgets-category/bottom-navigation/usage/usage.component.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@ import { Component } from "@angular/core";
44
moduleId: module.id,
55
templateUrl: "./usage.component.html"
66
})
7-
export class UsageComponent {
8-
9-
}
7+
export class UsageComponent { }

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"glob": "^7.1.3",
5656
"lazy": "1.0.11",
5757
"markdown-snippet-injector": "^0.2.2",
58-
"nativescript-dev-webpack": "next",
58+
"nativescript-dev-webpack": "rc",
5959
"opener": "^1.4.1",
6060
"rimraf": "^2.5.3",
6161
"tar.gz": "^1.0.5",

0 commit comments

Comments
 (0)