Skip to content

Commit 25c2463

Browse files
committed
chore(ng-bootstrap): temp disable ng-bootstrap sample due to v20 compat error
1 parent 5f83b61 commit 25c2463

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/app/app.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { ApplicationConfig, importProvidersFrom } from "@angular/core";
33
import { FormsModule } from "@angular/forms";
44
import { BrowserModule, HammerModule, provideClientHydration, withEventReplay } from "@angular/platform-browser";
55
import { provideAnimations } from "@angular/platform-browser/animations";
6-
import { NgbModule } from "@ng-bootstrap/ng-bootstrap";
6+
// import { NgbModule } from "@ng-bootstrap/ng-bootstrap";
77
import { provideRouter } from "@angular/router";
88
import { AppRoutes } from "./app.routes";
99
import { OverflowService } from "./services/overflow.service";
@@ -14,7 +14,7 @@ export const AppConfig: ApplicationConfig = {
1414
BrowserModule,
1515
FormsModule,
1616
HammerModule,
17-
NgbModule
17+
// NgbModule
1818
),
1919
provideHttpClient(withInterceptorsFromDi()),
2020
provideAnimations(),

src/app/theming/theming.routes.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ export const ThemingRoutes: Routes = [
5252
data: themingRoutesData['angular-sample'],
5353
path: 'angular-sample'
5454
},
55-
{
56-
component: BootstrapComponent,
57-
data: themingRoutesData['bootstrap-sample'],
58-
path: 'bootstrap-sample'
59-
}
55+
// {
56+
// component: BootstrapComponent,
57+
// data: themingRoutesData['bootstrap-sample'],
58+
// path: 'bootstrap-sample'
59+
// }
6060
];

0 commit comments

Comments
 (0)