From Angular v17 onwards, Standalone is now the new default for the CLI. So when you create a new project, you won't have any modules in it if you don't specify anything. However, it is still possible to create a module-based app by using the --no-standalone flag : ng new --no-standalone Standalone components are a feature introduced in v14. With the change in v17, the Angular team strongly recommends to use them as they are easier to use, understand and are require less boilerplate.
Good Job.
Many Thanks. Please subscribe to the channel for more full stack projects.
Why my frontend doesn't have app.module? im looking but it doesn't appear as well my app.routes.ts is not called the same as your file.
From Angular v17 onwards, Standalone is now the new default for the CLI.
So when you create a new project, you won't have any modules in it if you don't specify anything.
However, it is still possible to create a module-based app by using the --no-standalone flag : ng new --no-standalone
Standalone components are a feature introduced in v14. With the change in v17, the Angular team strongly recommends to use them as they are easier to use, understand and are require less boilerplate.
@@fullstackweb8 thank you very much for the explanation. I will try this again
give me source code plz❤
Hi, thanks for the comment. Please find the repository link for the source code github.com/fullstack-developer08/movie-app.git