1.1.1 • Published 5 years ago

angular-jsonld-component v1.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

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