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

@@ -14,25 +14,6 @@
* Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
// svg {
// // opacity: 0.4;
// }
// svg {
// stroke-dasharray: 1000px;
// stroke-dashoffset: 0px;
// animation: draw 6s;
// }
// @keyframes draw {
// from {
// stroke-dashoffset: 1000px;
// }
// to {
// stroke-dashoffset: 0px;
// }
// }
:host {
position: absolute;
width: 100%;

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';