https://github.com/killercodemonkey/ngx-quill-universal-example
ngx-quill-universal-example
https://github.com/killercodemonkey/ngx-quill-universal-example
Last synced: about 1 month ago
JSON representation
ngx-quill-universal-example
- Host: GitHub
- URL: https://github.com/killercodemonkey/ngx-quill-universal-example
- Owner: KillerCodeMonkey
- Created: 2020-04-30T19:45:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T00:10:46.000Z (about 2 years ago)
- Last Synced: 2025-03-29T01:01:35.187Z (about 2 months ago)
- Language: TypeScript
- Size: 1.56 MB
- Stars: 7
- Watchers: 1
- Forks: 5
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# ngx-quill-universal-example
The demo app for the usage of the [ngx-quill](https://github.com/KillerCodeMonkey/ngx-quill) module with ssr and angular universal.
## Donate/Support
If you like my work, feel free to support it. Donations to the project are always welcomed :)
PayPal: [PayPal.Me/bengtler](https://paypal.me/bengtler)
## Clone, Install and Run
1. Clone the project then cd into project directory.
2. Install dependencies with `yarn install`.
3. Run the development server with `yarn dev:ssr`.## View Examples
Navigate in your browser to http://localhost:4200 to view the example.