Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 5a23227

Browse files
cleanup
1 parent 86ccaea commit 5a23227

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

demo-ng/app/tabs/tabs.component.ts

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Component, OnInit } from "@angular/core";
1+
import { Component } from "@angular/core";
22
import { isAndroid } from "tns-core-modules/platform";
33
import { SelectedIndexChangedEventData, TabView } from "tns-core-modules/ui/tab-view";
44

@@ -7,17 +7,9 @@ import { SelectedIndexChangedEventData, TabView } from "tns-core-modules/ui/tab-
77
moduleId: module.id,
88
templateUrl: "./tabs.component.html"
99
})
10-
export class TabsComponent implements OnInit {
10+
export class TabsComponent {
1111
private _title: string;
1212

13-
constructor() {
14-
// Use the component constructor to inject providers.
15-
}
16-
17-
ngOnInit(): void {
18-
// Init your component properties here.
19-
}
20-
2113
get title(): string {
2214
return this._title;
2315
}

0 commit comments

Comments
 (0)