Answers for "Can't bind to 'ngbCollapse' since it isn't a known property of 'div'"

0

Can't bind to 'ngbCollapse' since it isn't a known property of 'div'

//app.module.ts
import { NgbModule } from '@ng-bootstrap/ng-bootstrap';
...
@NgModule({
  imports: [
    ...
    NgbModule,
    ...
  ],
Posted by: Guest on October-27-2021
0

Can't bind to 'ngbCollapse' since it isn't a known property of 'div'

//app.module.ts
import { NgbModule } from '@ng-bootstrap/ng-bootstrap';
...
@NgModule({
  imports: [
    ...
    NgbModule,
    ...
  ],
Posted by: Guest on October-27-2021

Code answers related to "Can't bind to 'ngbCollapse' since it isn't a known property of 'div'"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language