nxext / nx-extensions

Nx Extensions for Stencil, Svelte, SolidJS, Preact, Ionic, and Capacitor
MIT License
466 stars 102 forks source link

Nxext Angular progress & known issues #533

Open Jordan-Hall opened 2 years ago

Jordan-Hall commented 2 years ago

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

v13.0.0-alpha.2 (Next release - https://github.com/nxext/nx-extensions/tree/package-angular)

Issues resolved from previous version:

Additional Change:

Jordan-Hall commented 2 years ago

489 example of how to use interfaces and decorators together

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.