adding tiny

This commit is contained in:
Eudes Inácio
2023-06-30 15:35:11 +01:00
parent 53b71ea16f
commit 4c15001cd3
112 changed files with 3850 additions and 8 deletions
+15
View File
@@ -0,0 +1,15 @@
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-tiny-mce',
templateUrl: './tiny-mce.page.html',
styleUrls: ['./tiny-mce.page.scss'],
})
export class TinyMCEPage implements OnInit {
constructor() { }
ngOnInit() {
}
}