Show keyboard at keymaps-ng2
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
import { Component, OnInit } from 'angular2/core';
|
||||
|
||||
import {KeyboardComponent} from './components/keyboard.component';
|
||||
|
||||
@Component({
|
||||
selector: 'main-app',
|
||||
template: 'It works!'
|
||||
template: '<keyboard></keyboard>',
|
||||
directives: [KeyboardComponent]
|
||||
})
|
||||
export class MainAppComponent implements OnInit {
|
||||
constructor() { }
|
||||
|
||||
ngOnInit() { }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user