angular-architects / nx-ddd-plugin

Nx plugin for structuring a monorepo with domains and layers
315 stars 56 forks source link

Specified app flight-app does not exist: apps/flight-app/src/app/app.module.ts expected! in v14 #108

Closed jon9090 closed 2 years ago

jon9090 commented 2 years ago

@manfredsteyer I got an error when trying to create feature in v14:

Specified app flight-app does not exist: apps/flight-app/src/app/app.module.ts expected!

Because I using imports inside the component I don't have app.module.ts anymore.

manfredsteyer commented 2 years ago

The next version (2.1, just landed) supports standalone components with a --standalone switch.