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

ckeditor / ckeditor5-angular / 718

pending completion
718

cron

travis-ci-com

pomek
Release: v6.0.1.

38 of 38 branches covered (100.0%)

Branch coverage included in aggregate %.

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