mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
* feat(sidebar): add menu sidebar updating Relates to issue #236 * refactor(sidebar): move menu initialization into app component Also fix BaMenuService provider (move it into module providers from component providers) * refactor(sidebar): move baMenuService to services directory
4 lines
151 B
TypeScript
4 lines
151 B
TypeScript
export { BaMenuService } from './services';
|
|
export * from './theme.constants';
|
|
export * from './theme.configProvider';
|
|
export * from './theme.config';
|