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
Hello, I've recently updated dependencies in my monorepo, namely NX 16, Angular 16.1 and TypeScript 5.1. My app doesn't use standalone components yet and still relies on modules, but still guess-parser no longer works correctly. parseAngularRoutes results in an error about multiple root modules found. And when debugging I can see that the registry tree is not generated correctly.
When I downgrade my TypeScript to 4.9.5 it works fine.
Is support for TypeScript 5 planned? And are the standalone components for Angular going to be supported? It is a stable feature now.
The text was updated successfully, but these errors were encountered:
Hello, I've recently updated dependencies in my monorepo, namely NX 16, Angular 16.1 and TypeScript 5.1. My app doesn't use standalone components yet and still relies on modules, but still
guess-parser
no longer works correctly.parseAngularRoutes
results in an error about multiple root modules found. And when debugging I can see that the registry tree is not generated correctly.When I downgrade my TypeScript to 4.9.5 it works fine.
Is support for TypeScript 5 planned? And are the standalone components for Angular going to be supported? It is a stable feature now.
The text was updated successfully, but these errors were encountered: