@ng-blue-duct-tape/svg-draw-stroke
Version:
Angular library that allows you to access elements inside SVG for further animation
18 lines • 1.25 kB
JavaScript
import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';
import { SvgDrawStrokeDirective } from './svg-draw-stroke.directive';
import * as i0 from "@angular/core";
export class SvgDrawStrokeModule {
}
SvgDrawStrokeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.4", ngImport: i0, type: SvgDrawStrokeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
SvgDrawStrokeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.4", ngImport: i0, type: SvgDrawStrokeModule, declarations: [SvgDrawStrokeDirective], imports: [CommonModule], exports: [SvgDrawStrokeDirective] });
SvgDrawStrokeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.4", ngImport: i0, type: SvgDrawStrokeModule, imports: [[CommonModule]] });
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.4", ngImport: i0, type: SvgDrawStrokeModule, decorators: [{
type: NgModule,
args: [{
imports: [CommonModule],
declarations: [SvgDrawStrokeDirective],
exports: [SvgDrawStrokeDirective],
}]
}] });
//# sourceMappingURL=svg-draw-stroke.module.js.map