• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ckeditor / ckeditor5-angular / 706

pending completion
706

cron

travis-ci-com

web-flow
Merge pull request #363 from ckeditor/ck/13838-improve-typing-in-events

Other: Add the generic type for `Editor` in `CKEditorComponent` to allow making the typed event handlers. Closes ckeditor/ckeditor5#13838.

38 of 38 branches covered (100.0%)

Branch coverage included in aggregate %.

5 of 5 new or added lines in 1 file covered. (100.0%)

157 of 157 relevant lines covered (100.0%)

25.46 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/src/ckeditor/ckeditor.module.ts
1
/**
2
 * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
 * For licensing, see LICENSE.md.
4
 */
5

6
import { NgModule } from '@angular/core';
7
import { CommonModule } from '@angular/common';
8
import { FormsModule } from '@angular/forms';
9
import { CKEditorComponent } from './ckeditor.component';
10

11
@NgModule( {
12
        imports: [ FormsModule, CommonModule ],
13
        declarations: [ CKEditorComponent ],
14
        exports: [ CKEditorComponent ]
15
} )
16
export class CKEditorModule {}
1✔
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc