fix(docs): header fonts and material theme link

This commit is contained in:
Alex 2020-04-01 11:51:28 +03:00 committed by Sergey Andrievskiy
parent 5df57350e1
commit 7a1c74cb18
7 changed files with 56 additions and 23 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';