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

IDE integration #160

Open
guilleferrer opened this issue Dec 23, 2022 · 2 comments
Open

IDE integration #160

guilleferrer opened this issue Dec 23, 2022 · 2 comments

Comments

@guilleferrer
Copy link

Hi, I love this library, since it makes our legacy AngularJS project a step closer to the "angular.io" way.
Our problem is the compatibility of this plugin with the IDE tooling, such as navigation from html files to typescript component files ( Ctrl+Click ), which slows down the development speed.

I would really appreciate any tip that we can use, since this is the main barrier that prevents us using it.

Thank you very much!

@guilleferrer
Copy link
Author

I finally got it working!! 🎉
I did this hack:
npm i @angular/core@npm:angular-ts-decorators --save-dev

This tricks the IDE , that thinks that @angular/core is actually installed!!

@vsternbach
Copy link
Owner

Oh wow, great trick, didn't know about this npm feature, cool stuff!

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

2 participants