2
0

fix missing library inside public api

This commit is contained in:
2018-09-02 15:48:37 +02:00
parent f3af125eec
commit 7397a300ef
2 changed files with 1 additions and 19 deletions

View File

@@ -2,6 +2,7 @@
* Public API Surface of nls-guilloche
*/
export * from './lib/components/graphs.component';
export * from './lib/directives/guilloche.directive';
export * from './lib/models/config.model';
export * from './lib/models/graph.model';