Skip to content

Commit

Permalink
chore(docs): updated documentation regarding standalone usage
Browse files Browse the repository at this point in the history
  • Loading branch information
lexasq committed Oct 15, 2024
1 parent 08eb752 commit 4c55d85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/doc-pages/modal/src/lib/docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export class AppComponent(){}
import { ModalModule } from 'ngx-bootstrap/modal';

@NgModule({
imports: [ModalModule,...]
imports: [ModalModule,...],
providers: [BsModalService]
})
export class AppModule(){}

0 comments on commit 4c55d85

Please sign in to comment.