tabby/app/src/root.component.ts

7 lines
191 B
TypeScript
Raw Normal View History

2017-04-11 20:45:59 +00:00
import { Component } from '@angular/core'
@Component({
2019-06-14 21:47:48 +00:00
template: '<app-root></app-root>',
2017-04-11 20:45:59 +00:00
})
2019-06-14 21:47:48 +00:00
export class RootComponent { } // eslint-disable-line @typescript-eslint/no-extraneous-class