mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
6f433887e0
Currently the injectable pipe schematic generates invalid imports like `import import { Pipe, PipeTransform, Injectable } from '@angular/core'; from '@angular/core';`. The issue wasn't caught by the unit tests, because the invalid import still contains the valid one.
Fixes #30159.
PR Close #30170