After renaming the import of the angular components are missing the slash in path.
Before:
import { Component, Inject } from '@angular/core';
import { DomSanitizer } from '@angular/platform-browser';
After:
import { Component, Inject } from '@angularcore';
import { DomSanitizer } from '@angularplatform-browser';
I have always to add them.
Use Local Direct Paths is enabled and works great for other imports.
We are now an Angular 19.2
After renaming the import of the angular components are missing the slash in path.
Before:
import { Component, Inject } from '@angular/core';
import { DomSanitizer } from '@angular/platform-browser';
After:
import { Component, Inject } from '@angularcore';
import { DomSanitizer } from '@angularplatform-browser';
I have always to add them.
Use Local Direct Pathsis enabled and works great for other imports.We are now an Angular 19.2