fix missing library inside public api
This commit is contained in:
@@ -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%;
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user