-
I am trying to use CKEditor 5 in Angular 16 with a custom editor type. I am getting the error
```
✘ [ERROR] TS2416: Property 'ui' in type 'DecoupledEditor' is not assignable to the same property i…
-
For example - how would I implement the following in Angular?
unlayer.registerTool({
name: 'my_tool',
label: 'My Tool',
icon: 'fa-smile',
supportedDisplayModes: ['web', 'email'],
opt…
-
```typescript
@Directive({
selector: '[froalaView]'
})
export class FroalaViewDirective {
private _element: HTMLElement;
constructor(private renderer: Renderer2, element: ElementRef) {…
-
Hi,
I just started using this fantastic editor, and must say I'm really happy with how well it integrates with angular. But after som usage i encountered a problem where the image popover is not bein…
erex1 updated
8 years ago
-
This is the link that i used for creating project
[https://stackblitz.com/edit/email-editor-tyhc8k?file=src%2Fapp%2Feditor.component.ts](url)
i need to clear something for my further process,
- …
-
Can we open custom Popup when we click on Link?
![image](https://user-images.githubusercontent.com/105418879/168024022-8c72df7a-8125-485b-b189-65209cca6243.png)
-
Hello,
I am using this text editor in my Angular 8 project. I am trying to upload image on my server and returning `imageUrl` in respone.
`uploadUrl: 'http://localhost:3000/v1/image'`
With th…
-
![Screenshot from 2020-12-22 14-54-27](https://user-images.githubusercontent.com/46305384/102927856-c1dffe00-4465-11eb-9a7c-659dc04c997f.png)
When I try to call tools or options object, the edito…
-
tl;dr https://draftjs.org/ for angular
I've been searching the internets and there is nothing that comes even close to draftjs, which is built on top and requires react. What does it do? It solves …
-
I'm using prettier to format xml template with `angular-html-parser`,
But how to pass the [options `canSelfClose` ](https://github.com/ikatyang/angular-html-parser/tree/master/packages/angular-h…