Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-21T00:17:06.000Z (about 1 year ago)
- Last Synced: 2024-05-03T03:57:37.612Z (9 months ago)
- Topics: angular, cms, contentful, rich-text
- Language: TypeScript
- Homepage: https://cf-rich-text-ng-demo.web.app/
- Size: 2.64 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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`