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 Apr 4, 2025. It is now read-only.
Using:
I have
console.log("Can anyone hear me?!");;
at the top of my app.component.ts file, outside the scope of my component.Expected Behavior:
When the application runs, the console.log message is printed.
Observed Behavior
The console log is not running
Other Background
In the source code generated with
ng build -prod -bo
, the import is being marked as pure.The text was updated successfully, but these errors were encountered: