-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
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
Reactions are currently unavailable