tinymce added and working

This commit is contained in:
Eudes Inácio
2023-07-03 12:04:52 +01:00
parent 4c15001cd3
commit 01324ad022
9 changed files with 34 additions and 27 deletions
+3
View File
@@ -7,6 +7,9 @@ import { Component, OnInit } from '@angular/core';
})
export class TinyMCEPage implements OnInit {
initialContent = '<h1>Hello, World!</h1><p>This is my HTML document.</p>';
constructor() { }
ngOnInit() {