UNPKG

@danielkalen/simplybind

Version:

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

5 lines (4 loc) 93 B
export class App { products = ['Motherboard', 'CPU', 'Memory']; selectedProducts = []; }