Basic popover tab components.
This commit is contained in:
16
src/components/popover/tab/keymap-tab.component.ts
Normal file
16
src/components/popover/tab/keymap-tab.component.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
moduleId: module.id,
|
||||
selector: 'keymap-tab',
|
||||
template:
|
||||
`
|
||||
Keymap
|
||||
`
|
||||
})
|
||||
export class KeymapTabComponent implements OnInit {
|
||||
constructor() { }
|
||||
|
||||
ngOnInit() { }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user