mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 00:10:14 +01:00
feat(docs): added get premium modal in landing
fix(docs): fixed styles for get download modal
This commit is contained in:
parent
780e230503
commit
b72fb30dd1
13 changed files with 287 additions and 6 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue