mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
feat(landing): add admin premium modal (#5782)
This commit is contained in:
parent
067f179ed6
commit
39600d9ba5
16 changed files with 246 additions and 179 deletions
|
|
@ -1,16 +1,16 @@
|
|||
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';
|
||||
import { RouterModule } from '@angular/router';
|
||||
import { DownloadAdminComponent } from './components/download-admin/download-admin.component';
|
||||
import { DownloadFormComponent } from './components/download-form/download-form.component';
|
||||
import { PremiumFormComponent } from './components/premium-form/premium-form.component';
|
||||
|
||||
const component = [
|
||||
MaterialThemeLinkComponent,
|
||||
DownloadAdminComponent,
|
||||
DownloadFormComponent,
|
||||
PremiumFormComponent,
|
||||
];
|
||||
const pipes = [
|
||||
CapitalizePipe,
|
||||
|
|
@ -24,14 +24,12 @@ const pipes = [
|
|||
NbBadgeModule,
|
||||
NbCardModule,
|
||||
NbDialogModule.forChild(),
|
||||
NbButtonModule,
|
||||
],
|
||||
declarations: [
|
||||
...component,
|
||||
...pipes,
|
||||
],
|
||||
entryComponents: [
|
||||
DownloadFormComponent,
|
||||
],
|
||||
exports: [
|
||||
NbPopoverModule,
|
||||
...component,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue