UNPKG

angular-collapse

Version:

The idea is to give consumers of the component, all the control to modify content & behavior. Core and only feature of the collapsible is to expand and collapse. ##### click the header to expand or collapse

12 lines (11 loc) 1 kB
/** * @fileoverview added by tsickle * @suppress {checkTypes,extraRequire,uselessCode} checked by tsc */ /* * Public API Surface of angular-collapse */ export { AngularCollapseService } from './lib/angular-collapse.service'; export { AngularCollapseComponent } from './lib/angular-collapse.component'; export { AngularCollapseModule } from './lib/angular-collapse.module'; //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiJuZzovL2FuZ3VsYXItY29sbGFwc2UvIiwic291cmNlcyI6WyJwdWJsaWNfYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7QUFJQSx1Q0FBYyxnQ0FBZ0MsQ0FBQztBQUMvQyx5Q0FBYyxrQ0FBa0MsQ0FBQztBQUNqRCxzQ0FBYywrQkFBK0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qXG4gKiBQdWJsaWMgQVBJIFN1cmZhY2Ugb2YgYW5ndWxhci1jb2xsYXBzZVxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vbGliL2FuZ3VsYXItY29sbGFwc2Uuc2VydmljZSc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9hbmd1bGFyLWNvbGxhcHNlLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9hbmd1bGFyLWNvbGxhcHNlLm1vZHVsZSc7XG4iXX0=