升级到rc5后,并使用新版本重新安装primeng,我收到以下错误:
zone.js?1472019041780:484未处理的Promise拒绝:模板解析错误:无法绑定到'icon',因为它不是'button'的已知属性.("ver':hovered,'ui-state-focus':专注,'ui-state-disabled':禁用}">] [icon] ="icon"pButton*ngIf ="showIcon"(click)="onButtonClick ($ event,in)"[ngClass] ="):Calendar @ 7:31; Zone :; Task:Promise.then; Value:
我尝试删除所有对日历的引用,因此我至少可以启动并运行该应用程序,并得到另一个问题:
Can't bind to 'rows' since it isn't a known property of 'p-paginator'.
1. If 'p-paginator' is an Angular component and it has 'rows' input, then verify that it is part of this module.
2. If 'p-paginator' is a Web Component then add "CUSTOM_ELEMENTS_SCHEMA" to the '@NgModule.schema' of this component to suppress this message.
(" <ng-content select="header"></ng-content>
</div>
<p-paginator [ERROR ->][rows]="rows" [first]="first" [totalRecords]="totalRecords" [pageLinkSize]="pageLinks" styleClass="ui"): …Run Code Online (Sandbox Code Playgroud)