Welcome to TextEditorShowcase! This project demonstrates the power of rich text editing using three popular libraries: ngx-editor, quill.js, and syncfusion. Designed for developers and users, this application provides a user-friendly interface to explore modern text editing capabilities.
π₯οΈ Live Demo
Check out the deployed version of the application here!
A rich text editor application built with Angular using ngx-editor and quill.js.
- β¨ Rich Text Editing: Create and format content easily.
- π± Responsive Design: Works on all devices seamlessly.
- π Live Preview: Instantly see your edits as you type.
- π οΈ Modular Architecture: Easily extend and maintain your application.
- Node.js (v14 or later)
- Angular CLI (v18.2.7)
- Clone the repository:
git clone https://github.com/yourusername/text-editor-showcase.git
- Navigate to the project directory:
cd text-editor-showcase
- Install dependencies:
npm install
Run ng serve
for a development server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI, use ng help
or check out the Angular CLI Overview and Command Reference.