File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed
Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 66 * found in the LICENSE file at https://angular.dev/license
77 */
88
9- export { AccordionPanel } from './accordion-panel' ;
10- export { AccordionGroup } from './accordion-group' ;
11- export { AccordionTrigger } from './accordion-trigger' ;
12- export { AccordionContent } from './accordion-content' ;
13-
14- // This needs to be re-exported, because it's used by the accordion components.
15- // See: https://github.com/angular/components/issues/30663.
16- export { DeferredContent as ɵɵDeferredContent } from '../private' ;
9+ export * from './public-api' ;
Original file line number Diff line number Diff line change 66 * found in the LICENSE file at https://angular.dev/license
77 */
88
9- export { Grid } from './grid' ;
10- export { GridCell } from './grid-cell' ;
11- export { GridRow } from './grid-row' ;
12- export { GridCellWidget } from './grid-cell-widget' ;
9+ export * from './public-api' ;
You can’t perform that action at this time.
0 commit comments