README
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'">