Closed xavidram closed 5 years ago
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
Bug Report or Feature Request (mark with an
x
)Command (mark with an
x
)Versions
ng: 7.1.4 Node: 10.13.0 OS: Win 10 x64
Repro steps
Alternativley, you can add the Typings file right next to the public_api.ts file and add the references, and the paths will still be incorrect.
The log given by the failure
No Error on build, but on serve I recieve: ERROR ReferenceError: atlas is not defined.
Desired functionality
Although this is a Global Namespace inside the typings file, and the Intellisense on VS Code picks it up without having to add any new references in the main application for testing, upon serving the project to test the library, the project is not able to find the namespace.
Mention any other details that might be useful
You can clone and run this project to see the error.