mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-19 17:00:13 +01:00
refactor: move dialog buttons to main info section
Prevents copy/paste of .btn styles
This commit is contained in:
parent
f24a7fa65a
commit
f77e3e3c9d
10 changed files with 33 additions and 184 deletions
|
|
@ -4,16 +4,12 @@ import { MaterialThemeLinkComponent } from './components/material-theme-link/mat
|
|||
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 { PremiumComponent } from './components/premium/premium.component';
|
||||
import { PremiumFormComponent } from './components/premium-form/premium-form.component';
|
||||
|
||||
const component = [
|
||||
MaterialThemeLinkComponent,
|
||||
DownloadAdminComponent,
|
||||
DownloadFormComponent,
|
||||
PremiumComponent,
|
||||
PremiumFormComponent,
|
||||
];
|
||||
const pipes = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue