https://github.com/flowup/contentful-rich-text-angular-renderer
Angular library for template-driven custom rendering of Contentful rich text fields
https://github.com/flowup/contentful-rich-text-angular-renderer
angular cms contentful rich-text
Last synced: 7 months ago
JSON representation
Angular library for template-driven custom rendering of Contentful rich text fields
- Host: GitHub
- URL: https://github.com/flowup/contentful-rich-text-angular-renderer
- Owner: flowup
- Created: 2021-05-27T12:04:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-10T15:27:41.000Z (7 months ago)
- Last Synced: 2025-07-10T19:58:00.876Z (7 months ago)
- Topics: angular, cms, contentful, rich-text
- Language: TypeScript
- Homepage: https://cf-rich-text-ng-demo.web.app/
- Size: 4.25 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- fucking-awesome-angular - contentful-rich-text-angular-renderer - Angular renderer for Contentful Rich Text, offering customizable node and mark rendering using Angular templates. (Third Party Components / Editors)
- awesome-angular - contentful-rich-text-angular-renderer - Angular renderer for Contentful Rich Text, offering customizable node and mark rendering using Angular templates. (Third Party Components / Editors)
README
# contentful-rich-text-angular-renderer
This repository hosts the `@flowup/contentful-rich-text-angular-renderer` library ([see README](./libs/contentful-rich-text-angular-renderer/README.md)).
## Publish flow
1. Update dependencies
2. Check if demo app works correctly.
3. Open `libs/contentful-rich-text-angular-renderer/package.json`
- Bump `version` of lib.
- Check all peer deps are correct
4. Build lib with `nx run contentful-rich-text-angular-renderer:build:production`.
5. Change working directory to newly generated dist `cd dist/libs/contentful-rich-text-angular-renderer`
6. Check if all changes were correctly reflected.
- Versions of (peer) dependencies.
- Correct `version` of lib.
7. Publish with `npm publish`