Skip to content

Commit

Permalink
fix(schematics): fix template in list command (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Nov 28, 2018
1 parent 80a9636 commit 839147e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<page-header>
<ng-template #action>
<page-header [action]="phActionTpl">
<ng-template #phActionTpl>
<button (click)="add()" nz-button nzType="primary">新建</button>
</ng-template>
</page-header>
Expand Down

0 comments on commit 839147e

Please sign in to comment.