Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relative and absolute paths #9

Open
hm2075 opened this issue Mar 25, 2022 · 0 comments
Open

Relative and absolute paths #9

hm2075 opened this issue Mar 25, 2022 · 0 comments

Comments

@hm2075
Copy link
Contributor

hm2075 commented Mar 25, 2022

if an app uses absolute paths i.e by configuring tsconfig to use a base url then we get errors as

cannot find component AppComponent in module /src/app/app.module.ts

on

import { AppComponent } from 'app/app.component';

we could go in and change all these but the tool should really accomodate this as apps may contain a mixture of relatives and absolute. changing my imports to continue testing the tool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant