Skip to content

Commit 2a1c34a

Browse files
vchimevADjenkov
authored and
ADjenkov
committed
chore: tslint errors
1 parent 56f1544 commit 2a1c34a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nativescript-angular/renderer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { View } from "tns-core-modules/ui/core/view";
99
import { addCss } from "tns-core-modules/application";
1010
import { profile } from "tns-core-modules/profiling";
1111

12-
import { APP_ROOT_VIEW, DEVICE, getRootPage, FrameService } from "./platform-providers";
12+
import { APP_ROOT_VIEW, DEVICE, getRootPage } from "./platform-providers";
1313
import { ViewUtil } from "./view-util";
1414
import { NgView, InvisibleNode } from "./element-registry";
1515
import { rendererLog as traceLog } from "./trace";

nativescript-angular/router/ns-router-link.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Directive, HostListener, Input } from "@angular/core";
22
import { NavigationExtras } from "@angular/router";
3-
import { ActivatedRoute, Router, UrlTree, } from "@angular/router";
3+
import { ActivatedRoute, Router, UrlTree } from "@angular/router";
44
import { routerLog } from "../trace";
55
import { RouterExtensions } from "./router-extensions";
66
import { NavigationOptions } from "./ns-location-strategy";

0 commit comments

Comments
 (0)