Days
Hours
Minutes
Seconds
x

New Froala Editor v4.4 is here – Learn More

Skip to content

The Future-Proof Angular Rich Text Editor

Feature-rich, easy-to-use, and highly customizable. It's built to future-proof your Angular app to grow as your business grow, making it the most powerful and flexible WYSIWYG rich text Angular editor available.

240+

API Options

40+

Plugins

100+

API Events

700+

Github Stars

220+

API Methods

20,000+

Weekly Downloads

40+

Plugins

20,000+

Weekly downloads

240+

API Option

100+

API Events

220+

API Methods

TRUSTED BY: Samsung Apple IBM Amazon Ebay Intel Salesforce Cisco Thomson Reuters

Reimagine Angular Editing with the
Angular Rich Text Editor

// Import helpers to detect browser context
import { PLATFORM_ID, Inject } from '@angular/core';
import { isPlatformBrowser } from "@angular/common";
// Import Angular plugin.
import { FroalaEditorModule, FroalaViewModule } from 'angular-froala-wysiwyg';
...

@Component({
  ...
  imports: [FroalaEditorModule, FroalaViewModule ... ],
  ...
})

export class AppComponent {
  ...
  constructor(@Inject(PLATFORM_ID) private platformId: Object) {}

  ngOnInit() {
    // Import Froala plugins dynamically only in the browser context
    if (isPlatformBrowser(this.platformId)) {
      // Import all Froala Editor plugins.
      // @ts-ignore
     import('froala-editor/js/plugins.pkgd.min.js');

    }
  }
  ...
}

Add Froala as your
Angular WYSIWYG editor

1 Install from NPM

npm install angular-froala-wysiwyg --save

2 Include the Stylesheets

open angular.json file and insert a new entry into the styles array
"styles": [
  "node_modules/froala-editor/css/froala_editor.pkgd.min.css",
  "node_modules/froala-editor/css/froala_style.min.css",
]

3 Import the editor component & JS files

// Import helpers to detect browser context
import { PLATFORM_ID, Inject } from '@angular/core';
import { isPlatformBrowser } from "@angular/common";
// Import Angular plugin.
import { FroalaEditorModule, FroalaViewModule } from 'angular-froala-wysiwyg';
...

@Component({
  ...
  imports: [FroalaEditorModule, FroalaViewModule ... ],
  ...
})

export class AppComponent {
  ...
  constructor(@Inject(PLATFORM_ID) private platformId: Object) {}

  ngOnInit() {
    // Import Froala plugins dynamically only in the browser context
    if (isPlatformBrowser(this.platformId)) {
      // Import all Froala Editor plugins.
      // @ts-ignore
     import('froala-editor/js/plugins.pkgd.min.js');

    }
  }
  ...
}

4 Use the editor component

<div [froalaEditor]>Hello, Froala!</div>

Why use Froala as your
Angular Rich Text Editor?

Thinking about integrating Froala into your Angular app?

Frequently Asked Questions

Froala Angular WYSIWYG editor is an Angular component that allows you to easily integrate and use the Froala WYSIWYG HTML rich text editor in your Angular applications.

Froala editor is a lightweight and customizable editor that offers many features, such as inline editing, image and video upload, file management, code view, and more. You can use Froala editor to create and edit rich text content for websites, blogs, emails, or other web-based applications. Furthermore, Integrating Froala in Angular is easy and takes a few lines of code.

Of course! Take advantage of our free trial by downloading the Angular SDK package to test the Froala editor before buying. 

The trial is fully featured and for all functional purposes exactly the same as the licensed versions. However, you will notice a Froala attribution watermark and red ‘unlicensed’ banner that will be present on the editor until the purchase of a Froala license plan.

Fit in Any Kind of Angular Projects

Let Froala power your editing needs

Unlimited users and developers no matter which plan you choose. For any questions, contact us or checkout our Help Center

G2's top WYSIWYG editor for three years in a row

Leader Spring 2021
Leader Winter 2021
Leading text editor 2022
Leading WYSIWYG Editor
Leading WYSIWYG editor 2023