Skip to content

Can't use apply pipe inside *ngFor. #618

@shlomilevi972

Description

@shlomilevi972

Can't use apply pipe inside *ngFor.

*ngFor="let page of pages | somepipe | somefn | apply: x, y"
...
export function somefn(..) {..}
...
@Component({..})
class Component {
  somefn = somefn;
}

the error I get is: No pipe found with name '...'.ngtsc(-998004)
Any ideas how to solve it?

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions