fix: fixed pr comments

This commit is contained in:
Sergey Filinsky 2020-10-08 19:24:22 +03:00
parent b72fb30dd1
commit 86357d558f
7 changed files with 56 additions and 40 deletions

View file

@ -1,5 +1,5 @@
import { NgModule } from '@angular/core';
import { NbBadgeModule, NbCardModule, NbDialogModule, NbPopoverModule } from '@nebular/theme';
import {NbBadgeModule, NbButtonModule, NbCardModule, NbDialogModule, NbPopoverModule} from '@nebular/theme';
import { MaterialThemeLinkComponent } from './components/material-theme-link/material-theme-link.component';
import { CapitalizePipe } from './pipes/capitalize.pipe';
import { EvaIconsPipe } from './pipes/eva-icons.pipe';
@ -28,15 +28,12 @@ const pipes = [
NbBadgeModule,
NbCardModule,
NbDialogModule.forChild(),
NbButtonModule,
],
declarations: [
...component,
...pipes,
],
entryComponents: [
DownloadFormComponent,
PremiumFormComponent,
],
exports: [
NbPopoverModule,
...component,