mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 08:20:13 +01:00
fix(demo): fix the linter errors
This commit is contained in:
parent
3561acca02
commit
20aff95426
2 changed files with 4 additions and 8 deletions
|
|
@ -5,14 +5,10 @@ import { Component } from '@angular/core';
|
|||
template: `
|
||||
<nga-card>
|
||||
<nga-card-body>
|
||||
<ngx-tiny-mce (editorKeyup)="editorKeyup($event)"></ngx-tiny-mce>
|
||||
<ngx-tiny-mce></ngx-tiny-mce>
|
||||
</nga-card-body>
|
||||
</nga-card>
|
||||
`,
|
||||
})
|
||||
export class TinyMCEComponent {
|
||||
|
||||
editorKeyup($event) {
|
||||
console.info('keyup', $event);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue