angular-jsonld-component

1.1.1 • Public • Published

JSON-LD component for angular.js

Installation

npm install --save angular-jsonld-component

Preparation

// import module to your code
import jsonld from 'angular-jsonld-component';
 
// add as a dependency to your module
angular.module('your-own-module', [jsonld]);
 

Usage

<jsonld data="$ctrl.dataObject"></jsonld>

Tests

npm test

/angular-jsonld-component/

    Package Sidebar

    Install

    npm i angular-jsonld-component

    Weekly Downloads

    3

    Version

    1.1.1

    License

    MIT

    Unpacked Size

    4.19 kB

    Total Files

    6

    Last publish

    Collaborators

    • alexfitiskin