-
Notifications
You must be signed in to change notification settings - Fork 982
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
Support for paths configured in tsconfig.json #220
Support for paths configured in tsconfig.json #220
Comments
@baumblatt thanks for the kind words! And yes for sure, we're working to open up tsconfig for folks to modify — will make custom paths makes it in :) |
@EricSimons any news about that´s? thanks in advance! |
Any updates on this issue? |
Is this in the works? This is somewhat a crippling feature. |
+1 |
Any progress? |
I would like to enable strick type checking in |
Any update ? |
+1 |
news? |
+1 Example project github/Angular-RU/angular-ngrx-starter |
No news ? |
Having tsconfig.json path aliases support would be great! |
Open since 2017 and still no deals? Man, yikes. My laptop was stolen and I was really excited to find this platform to use over the phone in the interim. Looks like my first day on it will be consumed w manually replacing each alias reference in every file of my project. Ouch |
I was hoping this feature would have been done, since 2017 and still didn't yet :( |
Just unbelievable.. |
Any plans for this issue? |
Hey all- hoping to have this out in the next month or two! Have added to our internal tracker and will circle back here once it's online 👍 |
@EricSimons Just wondering if this is not available? The stackblitz I'm trying it with will not load when this is used:
|
Thank you all for your patience - We are launching new core technology into beta next month that should resolve this issue so this will be closed accordingly. If this issue persists, feel free to tag me or ask to reopen this issue with screenshots of the error. Thank you! :) |
I don't see where this is now working... Anyone else either able to enable strictNullChecks in compilerOptions or seeing the functionality enabled by default? |
Is this functionality in place yet? |
This is not working... |
Hello... still not working |
This issue is still reproducing |
It's working with WebContainer's version, https://stackblitz.com/edit/angular-standalone-webcontainer?file=README.md |
any news on path support ?
the project compile and, in a component, i have this: app is not showing but I have this error: |
why is this still not working, its been 5 years |
Would be nice if this was possible |
Hello.. any news for using paths ? |
Hello Stackblitz,
First of all, congratulations for the spectacular platform.
As a good practice to skip from '../../..' hell, I make use of tsconfig.json compilerOptions/paths feature like above:
In this way, I can import my home component from core module like:
import {HomeComponent} from '@app/core/pages/home/home.component';
Do you have plans to support this feature?
Sample Project:
angular-xzddx4
Edit line 8 and 9 of
/app/app.module.ts
Best Regards,
Bernardo Baumblatt.
The text was updated successfully, but these errors were encountered: