UNPKG

@danielkalen/simplybind

Version:

Magically simple, framework-less one-way/two-way data binding for frontend/backend in ~5kb.

7 lines (5 loc) 163 B
import {customAttribute} from '../../src/decorators'; @customAttribute('simple-attribute') export class SimpleAttribute { valueChanged(newValue, oldValue){ } }