Skip to content

Commit

Permalink
fix(showcase): fix the problem that the pop-up code is not displayed (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
shuizhongxiong committed Dec 1, 2021
1 parent 7b72c02 commit 887b438
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -22,7 +22,7 @@
(nzOnCancel)="handleCancel()"
(nzOnOk)="handleOk()"
>
<nz-highlight [nzCode]="_code" [nzLanguage]="'typescript'"></nz-highlight>
<nz-highlight *nzModalContent [nzCode]="_code" [nzLanguage]="'typescript'"></nz-highlight>
</nz-modal>
</span>
</section>
Expand Down

0 comments on commit 887b438

Please sign in to comment.