mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-20 00:06:10 +01:00
feat(sidebar): add menu sidebar updating (#548)
* 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
This commit is contained in:
parent
b78e72dde9
commit
05e17d24df
9 changed files with 42 additions and 19 deletions
|
|
@ -44,6 +44,7 @@ import {
|
|||
|
||||
import {
|
||||
BaImageLoaderService,
|
||||
BaMenuService,
|
||||
BaThemePreloader,
|
||||
BaThemeSpinner
|
||||
} from './services';
|
||||
|
|
@ -86,7 +87,8 @@ const NGA_PIPES = [
|
|||
const NGA_SERVICES = [
|
||||
BaImageLoaderService,
|
||||
BaThemePreloader,
|
||||
BaThemeSpinner
|
||||
BaThemeSpinner,
|
||||
BaMenuService
|
||||
];
|
||||
|
||||
const NGA_VALIDATORS = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue