UNPKG
raonkeditor-angular
Version:
latest (1.0.5)
1.0.5
Angular component for RAON K Editor.
www.raonk.com
raonkeditor-angular
/
samples
/
basic
/
src
/
app
/
app.component.ts
14 lines
(11 loc)
•
288 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/** *
@license
Copyright (c) 2003-2022, RAONWIZ DevTeam. All rights reserved. */
import { Component }
from
'@angular/core'
; @
Component
( {
selector
:
'app-root'
,
templateUrl
:
'./app.component.html'
,
styleUrls
: [
'./app.component.css'
] } ) export
class
AppComponent
{ }