Skip to content

Commit

Permalink
docs: add ng-china-2019 link (NG-ZORRO#4285)
Browse files Browse the repository at this point in the history
  • Loading branch information
vthinkxie authored Oct 14, 2019
1 parent 3673576 commit 9333cb2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
7 changes: 7 additions & 0 deletions scripts/site/_site/doc/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -376,5 +376,12 @@ <h4 *ngIf="!isExperimental">
<span>Blog</span>
</a>
</li>
<li nz-menu-item *ngIf="language=='zh'">
<a href="https://ng-china.org" target="_blank">
<nz-badge nzDot>
<a>2019 ngChina 开发者大会</a>
</nz-badge>
</a>
</li>
</ul>
</ng-template>
23 changes: 11 additions & 12 deletions scripts/site/_site/doc/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,16 @@ import { PreloadAllModules, RouterModule } from '@angular/router';
import { ServiceWorkerModule } from '@angular/service-worker';
import { IconDefinition } from '@ant-design/icons-angular';
import { LeftOutline, RightOutline } from '@ant-design/icons-angular/icons';
import {
NzButtonModule,
NzI18nModule,
NzIconModule,
NzInputModule,
NzMenuModule,
NzMessageModule,
NzPopoverModule,
NzSelectModule,
NZ_CONFIG,
NZ_ICONS
} from 'ng-zorro-antd';
import { NzBadgeModule } from 'ng-zorro-antd/badge';
import { NzButtonModule } from 'ng-zorro-antd/button';
import { NZ_CONFIG } from 'ng-zorro-antd/core';
import { NzI18nModule } from 'ng-zorro-antd/i18n';
import { NzIconModule, NZ_ICONS } from 'ng-zorro-antd/icon';
import { NzInputModule } from 'ng-zorro-antd/input';
import { NzMenuModule } from 'ng-zorro-antd/menu';
import { NzMessageModule } from 'ng-zorro-antd/message';
import { NzPopoverModule } from 'ng-zorro-antd/popover';
import { NzSelectModule } from 'ng-zorro-antd/select';

import { environment } from '../environments/environment';
import { DEMOComponent } from './_demo/demo.component';
Expand All @@ -43,6 +41,7 @@ const icons: IconDefinition[] = [LeftOutline, RightOutline];
NzButtonModule,
NzInputModule,
NzIconModule,
NzBadgeModule,
ShareModule,
HttpClientJsonpModule,
RouterModule.forRoot(routes, environment.production ? { preloadingStrategy: PreloadAllModules, scrollPositionRestoration: 'enabled' } : {}),
Expand Down

0 comments on commit 9333cb2

Please sign in to comment.