Skip to content

Commit 5b53e3d

Browse files
author
vakrilov
committed
wip
1 parent c89e054 commit 5b53e3d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

nativescript-angular/common/dialogs.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import { topmost, Frame } from "tns-core-modules/ui/frame";
1313
import { View, ViewBase } from "tns-core-modules/ui/core/view";
1414
import { ProxyViewContainer } from "tns-core-modules/ui/proxy-view-container/proxy-view-container";
1515

16-
1716
// import { NSLocationStrategy } from "nativescript-angular/router";
1817

1918
import { PageFactory, PAGE_FACTORY, AppHostView, once } from "nativescript-angular/core";

nativescript-angular/common/directives/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export {
2525
export { AndroidFilterComponent } from "./platform-filter-android";
2626
export { IosFilterComponent } from "./platform-filter-ios";
2727
export { DetachedLoader } from "./detached-loader";
28-
export { TemplatedItemsComponent } from "./templated-items-comp";
28+
export { TemplatedItemsComponent } from "./templated-items-comp";
2929

3030
export const NS_DIRECTIVES = [
3131
ListViewComponent,

0 commit comments

Comments
 (0)