mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-19 08:50: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: `
|
template: `
|
||||||
<nga-card>
|
<nga-card>
|
||||||
<nga-card-body>
|
<nga-card-body>
|
||||||
<ngx-tiny-mce (editorKeyup)="editorKeyup($event)"></ngx-tiny-mce>
|
<ngx-tiny-mce></ngx-tiny-mce>
|
||||||
</nga-card-body>
|
</nga-card-body>
|
||||||
</nga-card>
|
</nga-card>
|
||||||
`,
|
`,
|
||||||
})
|
})
|
||||||
export class TinyMCEComponent {
|
export class TinyMCEComponent {
|
||||||
|
|
||||||
editorKeyup($event) {
|
|
||||||
console.info('keyup', $event);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue