Answers for "can't bind to 'ngbcollapse' since it isn't a known property of 'div' but it works"

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' but it works"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language