Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit10a9806

Browse files
committed
chore(sidebar): minor cleanups
1 parent9b256f1 commit10a9806

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

‎projects/coreui-angular/src/lib/sidebar/sidebar.module.ts‎

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import { NgModule } from '@angular/core';
22
import{CommonModule}from'@angular/common';
33
import{RouterModule}from'@angular/router';
44

5-
import{IconModule}from'@coreui/icons-angular';
6-
75
import{SidebarComponent}from'./sidebar/sidebar.component';
86
import{SidebarService}from'./sidebar.service';
97
import{SidebarBrandComponent}from'./sidebar-brand/sidebar-brand.component';
@@ -33,9 +31,6 @@ import {
3331

3432

3533
@NgModule({
36-
declarations:[
37-
// SidebarNavGroupToggleDirective,
38-
],
3934
imports:[
4035
CommonModule,
4136
RouterModule,
@@ -56,8 +51,7 @@ import {
5651
SidebarNavLinkPipe,
5752
SidebarNavTitleComponent,
5853
SidebarToggleDirective,
59-
SidebarTogglerComponent,
60-
IconModule
54+
SidebarTogglerComponent
6155
],
6256
exports:[
6357
SidebarComponent,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp