In this video we will learn about Angular Editor and how to implement Editor in angular and we can also learn how to get html content generated by Angular editor and save in it database.
NPM Packages Used:-
1. npm install @kolkov/angular-editor --save
2. npm install --save angular-font-awesome
Font awesome CSS import
@import '../node_modules/font-awesome/css/font-awesome.css'
Basic Configuration Settings for Angular Editor
config: AngularEditorConfig = {
editable: true,
spellcheck: true,
height: '15rem',
minHeight: '5rem',
placeholder: 'Enter text here...',
translate: 'no',
defaultParagraphSeparator: 'p',
defaultFontName: 'Arial',
};
Also, you can watch
1.Import Excel File in Angular
• Import Excel file in angular |Read Excel f...
2.Converting html table to PDF in Angular
• html to pdf | jspdf html to pdf |html tabl...
3.Converting JSON to Excel file in Angular
• export JSON data to excel | convert JSON t...
4. charts implementation in Angular (line chart ,pie chart)
• chart.js | line graph | pie chart | JavaSc...