gpt4 book ai didi

angular - 错误 --> 使用 angular4 时找不到管道 'filter'

转载 作者:太空狗 更新时间:2023-10-29 19:26:11 31 4
gpt4 key购买 nike

我正在 angular4 -node.js 部署的项目中进行单元测试。在测试时我发现了这个错误 -

Template parse errors:
The pipe 'filter' could not be found ("
</thead>
<tbody>
<tr *ngFor="let[ERROR ->] dat of result | filter:filterdata|
paginate: { itemsPerPage: 5, currentPage: p };let i = index ">

所以我将这两个模块添加到我的 module.ts 和 spec.ts 文件中 -->

import { PipesModule } from '../../pipes/pipes.module';
import { Pipe, PipeTransform } from '@angular/core';

@NgModule({
imports: [PipesModule
],

对于这个特定的模块导入 -->

import { PipesModule } from '../../pipes/pipes.module';

错误 -->找不到模块 '../../pipes/pipes.module'。

请帮忙解决问题

最佳答案

您必须在 PipesModule 的声明和导出中包含 FilterPipe。

关于angular - 错误 --> 使用 angular4 时找不到管道 'filter',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50075567/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com