Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

ngfelixl/ng-libraries

Repository files navigation

ngLibraries

Build Status

The library bundle contains multiple npm modules.

Modules

Import only used material icons. Requires a little bit of setup but you don't have to include the full material icons font.

npm install mat-icon-import

Provides easy to use, responsive plots on top of D3js. Currently it supports time series, line charts and histograms. Planning to add simple maps (countrycode: value pairs) and pie charts.

npm install ng-d3plot

Angular components for easily writing interactive documentations. Currently supporting text, title, math, code and citations. The package is divided into two modules DocuModule and DocuEditorModule.

npm install ng-docu

Build with

Modules are located in projects folder. Build them using

ng build mat-icon-import
ng build ng-d3plot
ng build ng-docu

Get into contact