@anishg/html-editor
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

How To Use

1 - install library
2 - Import library into module
Example : - import {HtmlEditorModule} from '@anishg/html-editor'
// ...

@NgModule({
imports: [
HtmlEditorModule
// ...
]
// ...
})
export class AppModule {}

3 -
<html-editor (getHtml)="getHtmlCode($event)" [html]="'hiii'">


Exapmle : - getHtmlCode(code){
console.log(code)
}


4 - Create new widget using new button 

5 - Double click to widget editable

6 - Single click to resize widget

7- Drag widtht to Anywhere
"

Readme

Keywords

none

Package Sidebar

Install

npm i @anishg/html-editor

Weekly Downloads

5

Version

1.0.2

License

none

Unpacked Size

194 kB

Total Files

29

Last publish

Collaborators

  • anishg