Skip to content

Commit

Permalink
fix(ui): fix NgbModal declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
hryb authored and lexzhukov committed Apr 10, 2017
1 parent 4fe42e3 commit 49ff10e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/pages/ui/ui.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { FormsModule } from '@angular/forms';
import { NgaModule } from '../../theme/nga.module';
import { NgbModalModule } from '@ng-bootstrap/ng-bootstrap';

import { routing } from './ui.routing';
import { DropdownModule, ModalModule } from 'ng2-bootstrap';
Expand Down Expand Up @@ -29,6 +30,7 @@ import { DefaultModal } from './components/modals/default-modal/default-modal.co
CommonModule,
FormsModule,
NgaModule,
NgbModalModule,
DropdownModule.forRoot(),
ModalModule.forRoot(),
routing
Expand All @@ -50,6 +52,9 @@ import { DefaultModal } from './components/modals/default-modal/default-modal.co
GroupButtons,
DefaultModal
],
entryComponents: [
DefaultModal
],
providers: [
IconsService
]
Expand Down

0 comments on commit 49ff10e

Please sign in to comment.