0.0.10 • Published 2 years ago

ngx-lbd v0.0.10

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

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.

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago