-
Notifications
You must be signed in to change notification settings - Fork 262
Open
Description
Describe the bug
Impossible to import components. Adding import statement anywhere results in Angular compilation initialization failed. CLI error on the page and Error: Digest method not supported error in the console.
Link to the blitz that caused the error
https://stackblitz.com/edit/stackblitz-starters-397me8uu?file=src%2Froutes.ts
Steps to reproduce
- Comment out the import on line 9 in
routes.ts(import { ToggleableComponent } from './toggleable.component'). - See the build completing successfully.
- Revert the change.
- See the error again.
Expected behavior
There shouldn't be any error.
Parity with Local
- I have run the project in my local machine and I could not reproduce the issue.
Screenshots
Platform
- OS: Windows
- Browser: Chrome
- Version: 131.0.6778.109
Additional context
No response
AshMcConnell
Metadata
Metadata
Assignees
Labels
No labels
