@rxap/handlebars
TypeScript icon, indicating that this package has built-in type declarations

19.0.3 • Public • Published

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.

npm version commitizen friendly styled with prettier Libraries.io dependency status for latest release, scoped npm package npm NPM

Installation

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

Generators

init

Initialize the package in the workspace

nx g @rxap/handlebars:init

Package Sidebar

Install

npm i @rxap/handlebars

Weekly Downloads

21

Version

19.0.3

License

GPL-3.0-or-later

Unpacked Size

3.4 MB

Total Files

119

Last publish

Collaborators

  • badry.muenker
  • mmuenker