Angular - Standalone Components
You have this import in your Angular component:
import { Observable } from 'rxjs';Later you want to import the map operator from RxJS. What is the correct way to import it directly?