Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e5012b5

Browse files
authoredOct 16, 2024··
Merge branch 'development' into patch-3
2 parents 2eaa1c5 + 2c7d6f0 commit e5012b5

File tree

173 files changed

+1005
-664
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

173 files changed

+1005
-664
lines changed
 

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ import { TooltipModule } from 'ngx-bootstrap/tooltip';
106106
107107
@NgModule({
108108
...
109-
imports: [TooltipModule.forRoot(),...]
109+
imports: [TooltipModule,...]
110110
...
111111
})
112112
```

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { routes } from './app.routing';
1616
bootstrap: [AppComponent], imports: [BrowserAnimationsModule,
1717
DocsModule,
1818
RouterModule.forRoot(routes, { useHash: environment.useHash }),
19-
BsDropdownModule.forRoot()], providers: [
19+
BsDropdownModule], providers: [
2020
{ provide: NgApiDoc, useValue: ngdoc },
2121
{ provide: DOCS_TOKENS, useValue: routes },
2222
{ provide: SIDEBAR_ROUTES, useValue: SidebarRoutesStructure },

0 commit comments

Comments
 (0)
Please sign in to comment.