Skip to content

Commit 11d009e

Browse files
committed
feat(ssr-docs); merged development
1 parent bbc3478 commit 11d009e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

apps/ngx-bootstrap-docs/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,4 +168,4 @@
168168
"defaultConfiguration": "production"
169169
}
170170
}
171-
}
171+
}

apps/ngx-bootstrap-docs/src/app/app.module.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import { ngdoc } from '../ng-api-doc';
77
import { AppComponent } from './app.component';
88
import { DOCS_TOKENS, DocsModule, NgApiDoc, SIDEBAR_ROUTES, SidebarRoutesStructure } from '@ngx-bootstrap-doc/docs';
99
import { routes } from './app.routing';
10-
import { provideClientHydration } from '@angular/platform-browser';
1110

1211
@NgModule({ declarations: [
1312
AppComponent
@@ -19,8 +18,7 @@ import { provideClientHydration } from '@angular/platform-browser';
1918
{ provide: NgApiDoc, useValue: ngdoc },
2019
{ provide: DOCS_TOKENS, useValue: routes },
2120
{ provide: SIDEBAR_ROUTES, useValue: SidebarRoutesStructure },
22-
provideHttpClient(withInterceptorsFromDi()),
23-
provideClientHydration()
21+
provideHttpClient(withInterceptorsFromDi())
2422
] })
2523
export class AppModule {
2624
}

0 commit comments

Comments
 (0)