A simple text editor using bootstrap.This project was generated with angular-cli version 1.0.0-beta.17.
ng2-text-editor depends on bootstrap, you'll need to include below link before using ng2-text-editor:
To run the demo locally follow these steps:
- Clone or fork this repository
- Make sure you have node.js installed
- run
npm install
to install dependencies - run
npm start
orng serve
to fire up dev server - open browser to
http://localhost:4200
- Clone or download the repository.
- Add the directory components into your angular2 app.
- Use it as
<text-editor></text-editor>
in the view of the desired component.
These are global options that apply to the entire editor. Example:
- Bold
- Italics
- Underline
- Heading
- Justify Center
- Justify Left
- Justify Right
- Justify Full
- Link Creation
- Indent
- Image Insertion
- Cut
- Undo
- Redo