diff --git a/docs/pipes.md b/docs/pipes.md index 37ebd08..072980e 100644 --- a/docs/pipes.md +++ b/docs/pipes.md @@ -53,4 +53,6 @@ export class FilterPipe implements PipeTransform { } } -``` \ No newline at end of file +``` + +If Data are changed, the pipe dont get updated. For example if the application applies a filer pipe. \ No newline at end of file