Open Jordan-Hall opened 2 years ago
https://github.com/nxext/angular-vite-demo/blob/4a33b349a9dd0a2f5408ed21e98d78fdd4f68a9a/apps/demo/src/app/example.component.ts#L1-L10
Using import type will resolve the issue.
This issue will remain open until Angular is out of Alpha.
Known issues/bugs/resolved issues:
Production builds
v13.0.0-alpha.1 Bugs introduced
489 Using interfaces on decorator properties
v13.0.0-alpha.2 (Next release - https://github.com/nxext/nx-extensions/tree/package-angular)
Issues resolved from previous version:
489 Using interfaces on decorator properties has an acceptable workaround. Use import type when importing interface
Additional Change:
New bugs: