ngx-lbd
v0.0.10
Published
*Creator: Mads Holten Rasmussen*
Downloads
1
Readme
Linked Building Data tools for Angular
Creator: Mads Holten Rasmussen
The library includes methods for working with LBD on Angular.
Install to Angular project
npm i --save ngx-lbd
npm i --save three n3 sparqljs codemirror jsonld web-ifc-three rdf-js @ctrl/ngx-codemirror @fortawesome/free-solid-svg-icons @fortawesome/angular-fontawesome
npm i --save-dev @types/three @types/jsonld @types/n3
Add to index.html
<script src="http://rdf.js.org/comunica-browser/versions/latest/engines/query-sparql-rdfjs/comunica-browser.js"></script>
Add to app.module.ts
import { LBDModule } from 'ngx-lbd';
@NgModule({
imports: [
...,
LBDModule
]
})
Use
See examples of use in the LD-BIM viewer.