Skip to content

Commit

Permalink
fix(showcase): fix website icon show error bug (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
3fuyu authored and fisherspy committed Jan 2, 2019
1 parent b53ff31 commit bfe2b3d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';
import { RouterModule } from '@angular/router';
import { NgZorroAntdModule } from 'ng-zorro-antd';
import { NzNavBottomComponent } from './nz-nav-bottom.component';

@NgModule({
imports : [ CommonModule, RouterModule ],
imports : [ CommonModule, RouterModule, NgZorroAntdModule ],
declarations: [ NzNavBottomComponent ],
exports : [ NzNavBottomComponent ]
})
Expand Down

0 comments on commit bfe2b3d

Please sign in to comment.