1.0.1 • Published 7 years ago

@blackbaud/skyux-builder-plugin-stache-template-reference-variable v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
7 years ago

Stache Template Reference Variable Plugin

npm status

This SKY UX Builder plugin adds an Angular Template Reference Variable (#stache) to all <stache> tags so that the parent component may access its public properties. This plugin is intended to be used with Stache 2 Components.

Installation

npm install --save @blackbaud/skyux-builder-plugin-stache-template-reference-variable

Usage

Open skyuxconfig.json and add the following:

{
  "plugins": [
    "@blackbaud/skyux-builder-plugin-stache-template-reference-variable"
  ]
}

Found an issue?

Please log all issues related to Stache (and its plugins) at blackbaud/stache2.