anton7r / a7JS

A light 3kb Javascript Framework which focuses on SPAs with a simple built in routing / page sorting system.
MIT License
6 stars 0 forks source link

v4 components html api #19

Closed anton7r closed 5 years ago

anton7r commented 5 years ago

Components api should be also accessible from the component templates

anton7r commented 5 years ago

this has been now added!

Syntax "<[ComponentName] [attribute]="[value]" @[prop]="[propValue]" />"