Add "material theme link" component

This commit is contained in:
eugene-sinitsyn 2020-03-12 13:31:36 +03:00
parent 9aa4b9c53f
commit ea600e94c7
18 changed files with 135 additions and 32 deletions

View file

@ -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(),
],