Skip to content
This repository has been archived by the owner on Jul 23, 2020. It is now read-only.

ce-json-file version 0.1.0

Compare
Choose a tag to compare
@seijihirao seijihirao released this 18 Oct 01:19
· 12 commits to master since this release

New Features

Just added project!

json-file

    <json-file
        file="pathto/myfile.json"
        json="{{my_json}}"></json-file>

json-file-behavior

Just add the behavior to have access to file and json properties, also loadJsonResources method,

{
    behaviors: [
        CustomElements.AppJsonBehavior
    ]
}