File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1- import { ApplicationConfig , importProvidersFrom } from '@angular/core' ;
1+ import { ApplicationConfig } from '@angular/core' ;
22import { provideAnimationsAsync } from '@angular/platform-browser/animations/async' ;
33import {
44 provideRouter ,
88 withRouterConfig ,
99 withViewTransitions
1010} from '@angular/router' ;
11-
12- import { DropdownModule , SidebarModule } from '@coreui/angular' ;
1311import { IconSetService } from '@coreui/icons-angular' ;
1412import { routes } from './app.routes' ;
1513
@@ -27,8 +25,8 @@ export const appConfig: ApplicationConfig = {
2725 withViewTransitions ( ) ,
2826 withHashLocation ( )
2927 ) ,
30- importProvidersFrom ( SidebarModule , DropdownModule ) ,
3128 IconSetService ,
3229 provideAnimationsAsync ( )
3330 ]
3431} ;
32+
You can’t perform that action at this time.
0 commit comments