@spartacus/storefront
Version:
Spartacus Storefront is a package that you can include in your application, which allows you to add default storefront features.
9 lines (8 loc) • 366 B
TypeScript
export * from './outlet-ref/outlet-ref.directive';
export * from './outlet-ref/outlet-ref.module';
export * from './outlet-renderer.service';
export * from './outlet.directive';
export * from './outlet.model';
export { OutletModule } from './outlet.module';
export { provideOutlet, ProvideOutletOptions } from './outlet.providers';
export * from './outlet.service';