Provides an Angular pipe that compiles Handlebars templates. The pipe takes a template string and a context object as input. It then uses Handlebars to compile the template with the provided context, returning the rendered string.
Add the package to your workspace:
yarn add @rxap/handlebars
Install peer dependencies:
yarn add @angular/core
Execute the init generator:
yarn nx g @rxap/handlebars:init
Initialize the package in the workspace
nx g @rxap/handlebars:init