fix(docs): header fonts and material theme link

This commit is contained in:
Alex 2020-04-01 11:51:28 +03:00
parent 576e369c92
commit 2a921c2a0f
9 changed files with 63 additions and 26 deletions

View file

@ -1,5 +1,5 @@
import { NgModule } from '@angular/core';
import { NbPopoverModule } from '@nebular/theme';
import {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';