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
{{ message }}
This repository was archived by the owner on Jun 11, 2026. It is now read-only.
I got this problem when I try to compile my angular app (angular 13) I have the following error.
When I look into the libray downloaded by npm https://registry.npmjs.org/@angular-react/core/-/core-4.1.0.tgz I don't found the folder types in core. Moreover the path seems wrong in lib and not in the code
angular-react/libs/core/src/lib/components/wrapper-component.ts
Line 3 in 508dcbc
After investigation it's because
d.tsfiles are not embedded during compilation process.So I forked the project to propose you an update of the lib to have the right compilation and avoid to have this error.