mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
Add "material theme link" component
This commit is contained in:
parent
9aa4b9c53f
commit
ea600e94c7
18 changed files with 135 additions and 32 deletions
|
|
@ -13,6 +13,7 @@ import { NgxLandingThemeModule } from './@theme/theme.module';
|
|||
import { CoreModule } from './@core/core.module';
|
||||
import { AppComponent } from './app.component';
|
||||
import { AppRoutingModule } from './app-routing.module';
|
||||
import { LandingSharedModule } from './shared/landing-shared.module';
|
||||
|
||||
import { DOCS, STRUCTURE } from './app.options';
|
||||
const docs = require('../output.json');
|
||||
|
|
@ -28,6 +29,7 @@ import { structure } from '../structure';
|
|||
HttpClientModule,
|
||||
AppRoutingModule,
|
||||
|
||||
LandingSharedModule,
|
||||
NgxLandingThemeModule.forRoot(),
|
||||
CoreModule.forRoot(),
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue