Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save KarolinaCzo/1f18b5ec38ff46748e81982af89ad7d8 to your computer and use it in GitHub Desktop.
Save KarolinaCzo/1f18b5ec38ff46748e81982af89ad7d8 to your computer and use it in GitHub Desktop.
Angular for Bootstrap isn't working :P
Maybe you forgot to import in in your 'module.ts' file?
import { NgbModule } from '@ng-bootstrap/ng-bootstrap';
@NgModule({
imports: [CommonModule, NgbModule.forRoot()]
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment