We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f95eb commit 36db23fCopy full SHA for 36db23f
projects/bulma-app/src/app/modal/modal.module.ts
@@ -2,10 +2,10 @@ import { CommonModule } from '@angular/common';
2
import { HttpClient } from '@angular/common/http';
3
import { NgModule } from '@angular/core';
4
import { BulmaModalModule } from 'ngx-bulma';
5
+import { BulmaButtonModule } from 'ngx-bulma';
6
import { MarkdownModule } from 'ngx-markdown';
7
import { ModalRoutingModule } from './modal-routing.module';
8
import { ModalComponent } from './modal.component';
-import { BulmaButtonModule } from 'ngx-bulma';
9
10
@NgModule({
11
declarations: [ModalComponent],
0 commit comments