Skip to content

Commit

Permalink
feat(ssr-docs); merged development
Browse files Browse the repository at this point in the history
  • Loading branch information
lexasq committed Dec 17, 2024
1 parent bbc3478 commit 11d009e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/ngx-bootstrap-docs/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,4 @@
"defaultConfiguration": "production"
}
}
}
}
4 changes: 1 addition & 3 deletions apps/ngx-bootstrap-docs/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { ngdoc } from '../ng-api-doc';
import { AppComponent } from './app.component';
import { DOCS_TOKENS, DocsModule, NgApiDoc, SIDEBAR_ROUTES, SidebarRoutesStructure } from '@ngx-bootstrap-doc/docs';
import { routes } from './app.routing';
import { provideClientHydration } from '@angular/platform-browser';

@NgModule({ declarations: [
AppComponent
Expand All @@ -19,8 +18,7 @@ import { provideClientHydration } from '@angular/platform-browser';
{ provide: NgApiDoc, useValue: ngdoc },
{ provide: DOCS_TOKENS, useValue: routes },
{ provide: SIDEBAR_ROUTES, useValue: SidebarRoutesStructure },
provideHttpClient(withInterceptorsFromDi()),
provideClientHydration()
provideHttpClient(withInterceptorsFromDi())
] })
export class AppModule {
}

0 comments on commit 11d009e

Please sign in to comment.