Skip to content

Removes slahes (/) from import #55

@DarkDynamite

Description

@DarkDynamite

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions