Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`