@ng-bootstrap/ng-bootstrap
Version:
Angular powered Bootstrap
26 lines (22 loc) • 814 B
JavaScript
import * as i0 from '@angular/core';
import { Service } from '@angular/core';
/**
* Global ng-bootstrap config
*
* @since 8.0.0
*/
class NgbConfig {
constructor() {
this.animation = true;
}
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.1", ngImport: i0, type: NgbConfig, deps: [], target: i0.ɵɵFactoryTarget.Service }); }
static { this.ɵprov = i0.ɵɵngDeclareService({ minVersion: "22.0.0", version: "22.0.1", ngImport: i0, type: NgbConfig }); }
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.1", ngImport: i0, type: NgbConfig, decorators: [{
type: Service
}] });
/**
* Generated bundle index. Do not edit.
*/
export { NgbConfig };
//# sourceMappingURL=ng-bootstrap-ng-bootstrap-config.mjs.map