mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 13:55:04 +02:00
tslint changes
This commit is contained in:
@@ -2,12 +2,12 @@ import { Component, Input } from '@angular/core';
|
||||
import { emptyIcon } from '../../../client/icons';
|
||||
|
||||
@Component({
|
||||
selector: 'menu-item',
|
||||
templateUrl: 'menu-item.pug',
|
||||
styleUrls: ['menu-item.scss'],
|
||||
selector: 'menu-item',
|
||||
templateUrl: 'menu-item.pug',
|
||||
styleUrls: ['menu-item.scss'],
|
||||
})
|
||||
export class MenuItem {
|
||||
@Input() route: any;
|
||||
@Input() name?: string;
|
||||
@Input() icon = emptyIcon;
|
||||
@Input() route: any;
|
||||
@Input() name?: string;
|
||||
@Input() icon = emptyIcon;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user