UNPKG

css-animator

Version:

Animate elements using CSS classes with support for Angular 2+

18 lines 929 B
import { Injectable } from '@angular/core'; import { AnimationBuilder } from '../builder'; import * as i0 from "@angular/core"; var AnimationService = /** @class */ (function () { function AnimationService() { } AnimationService.prototype.builder = function () { return new AnimationBuilder(); }; AnimationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.1", ngImport: i0, type: AnimationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); AnimationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.1", ngImport: i0, type: AnimationService }); return AnimationService; }()); export { AnimationService }; i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.1", ngImport: i0, type: AnimationService, decorators: [{ type: Injectable }] }); //# sourceMappingURL=animation.service.js.map