MouseTabComponent template refactoring.
This commit is contained in:
@@ -19,8 +19,11 @@ export class MouseTabComponent implements OnInit, Tab {
|
||||
private selectedPageIndex: number;
|
||||
private MouseActionParam = MouseActionParam;
|
||||
|
||||
private pages: string[];
|
||||
|
||||
constructor() {
|
||||
this.selectedPageIndex = 0;
|
||||
this.pages = ['Move', 'Scroll', 'Click', 'Speed'];
|
||||
}
|
||||
|
||||
ngOnInit() {
|
||||
|
||||
Reference in New Issue
Block a user