feat(docs): added get premium modal in landing

fix(docs): fixed styles for get download modal
This commit is contained in:
Sergey Filinsky 2020-10-07 17:38:19 +03:00
parent 780e230503
commit b72fb30dd1
13 changed files with 287 additions and 6 deletions

View file

@ -6,11 +6,15 @@ import { EvaIconsPipe } from './pipes/eva-icons.pipe';
import { RouterModule } from '@angular/router';
import { DownloadAdminComponent } from './components/download-admin/download-admin.component';
import { DownloadFormComponent } from './components/download-form/download-form.component';
import { PremiumComponent } from './components/premium/premium.component';
import { PremiumFormComponent } from './components/premium-form/premium-form.component';
const component = [
MaterialThemeLinkComponent,
DownloadAdminComponent,
DownloadFormComponent,
PremiumComponent,
PremiumFormComponent,
];
const pipes = [
CapitalizePipe,
@ -31,6 +35,7 @@ const pipes = [
],
entryComponents: [
DownloadFormComponent,
PremiumFormComponent,
],
exports: [
NbPopoverModule,