我创建了一个 Angular 项目,该项目也有一个 Angular 库,我需要在其中安装和使用 Ignite UI 进行 Angular。当我使用命令安装它"npm i igniteui-angular"
并在其中使用NgxInputGroupModule
时,它开始给出下面给出的构建错误;
BUILD ERROR : Template parse errors: The pipe 'titlecase' could not be found
("dy-row"> <span *ngFor="let dayName of generateWeekHeader()"
class="igx-calendar__label">[ERROR ->] {{ dayName | titlecase }}
</span>
</div> "): D:/GitProjects/BASFProj/projects/ssi-
framework/node_modules/igniteui-angular/igniteui-
angular.d.ts.IgxCalendarComponent.html@38:3 The pipe 'titlecase'
could not be found ("Month($event)" [igxCalendarMonth]="month"
[index]="i" *ngFor="let month of months; index as i;"> [ERROR ->]
{{ formattedMonth(month) | titlecase }}
</div>
</div> "): D:/GitProjects/BASFProj/projects/ssi-
framework/node_modules/igniteui-angular/igniteui-
angular.d.ts.IgxCalendarComponent.html@53:3
任何帮助摆脱这个问题将不胜感激。