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 using the terminal component, I get an injection error because of the TerminalService. This service is not singleton and it is never provided and only used in the constructor of the component.
The below screenshot is from your Stackblitz example of Terminal from your site which is in version 17.10.0.
Environment
MacOS
Reproducer
No response
Angular version
17.2.4
PrimeNG version
17.9.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.11.1
Browser(s)
Chrome 122.0.6261.129
Steps to reproduce the behavior
Open the demo of your Terminal component
Expected behavior
The terminal component not causing an injection error with the TerminalService.
The text was updated successfully, but these errors were encountered:
Describe the bug
When using the terminal component, I get an injection error because of the TerminalService. This service is not singleton and it is never provided and only used in the constructor of the component.
The below screenshot is from your Stackblitz example of Terminal from your site which is in version 17.10.0.
Environment
MacOS
Reproducer
No response
Angular version
17.2.4
PrimeNG version
17.9.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.11.1
Browser(s)
Chrome 122.0.6261.129
Steps to reproduce the behavior
Open the demo of your Terminal component
Expected behavior
The terminal component not causing an injection error with the TerminalService.
The text was updated successfully, but these errors were encountered: