You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to import a function or whatever from the util.ts file located under src/app/common/util.ts. Normally this should work, but it doesnt :(. The auto completition works for other things (angular or rxjs), but when I try to import a global interface or function, I can't import it. The only way is by adding the import and writing the path by hand.
The home.component.ts file
The utils.ts file
I did a git clone from the repository, so didn't change all the tsconfig files.
I thought that my typescript wasn't updated, so I installed the latest version, but that wasn't the solution.
Thank you for your help.
The text was updated successfully, but these errors were encountered:
When trying to import a function or whatever from the util.ts file located under src/app/common/util.ts. Normally this should work, but it doesnt :(. The auto completition works for other things (angular or rxjs), but when I try to import a global interface or function, I can't import it. The only way is by adding the import and writing the path by hand.
The home.component.ts file
The utils.ts file
I did a git clone from the repository, so didn't change all the tsconfig files.
I thought that my typescript wasn't updated, so I installed the latest version, but that wasn't the solution.
Thank you for your help.
The text was updated successfully, but these errors were encountered: