UNPKG

css-animator

Version:

Animate elements using CSS classes with support for Angular 2+

30 lines 1.45 kB
import { NgModule } from '@angular/core'; import { AnimatesDirective } from './animates.directive'; import { AnimationService } from './animation.service'; import * as i0 from "@angular/core"; var AnimatorModule = /** @class */ (function () { function AnimatorModule() { } AnimatorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.1", ngImport: i0, type: AnimatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); AnimatorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.1", ngImport: i0, type: AnimatorModule, declarations: [AnimatesDirective], exports: [AnimatesDirective] }); AnimatorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.1", ngImport: i0, type: AnimatorModule, providers: [ AnimationService ] }); return AnimatorModule; }()); export { AnimatorModule }; i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.1", ngImport: i0, type: AnimatorModule, decorators: [{ type: NgModule, args: [{ declarations: [ AnimatesDirective ], exports: [ AnimatesDirective ], providers: [ AnimationService ] }] }] }); //# sourceMappingURL=animator.module.js.map