DEV Community

Cover image for Why doesn't the App Module exist in Angular 17?
Anil Singh
Anil Singh

Posted on

Why doesn't the App Module exist in Angular 17?

From Angular 17 onwards, standalone is now the new default for the CLI. So when we create a new project ‘app.module.ts’ file will not create Path "/src/app/app.module.ts".

Run the following command to create the new project including the file ‘app.module.ts’ in your project:

ng new AngularMap --no-standalone

For reference link - https://www.code-sample.com/2023/12/why-doesnt-app-module-exist-in-angular.html

Top comments (1)

Collapse
 
anilsingh profile image
Anil Singh • Edited

Angular 17 Tutorial:-

Install Angular 17 with Standalone (true):- youtu.be/Q4oDgwgc_zs
Angular 17 Routing For Beginners:- youtu.be/ebL7B5cq1cs
Angular 17 Signals:- youtu.be/4sPrZrJK5Mc
Angular 17 Feature defer loading:- youtu.be/0fMcahdEVGY
What Is Server-Side Rendering (SSR) and Why use?:- youtu.be/6d9Fx3mROY0
Angular 17 Component Inheritance:- youtu.be/SnSfvTugzzM
using ViewContainerRef To Render Dynamic Components:- youtu.be/8tRTmn-AWhE
Component Lifecycle Hooks:- youtu.be/AFWsRWnbC-Q
Prerendering Static Site Generation (SSG):- youtu.be/8b8deVyk3pw
Angular 17 for loop @for block Repeaters :- youtu.be/frNe5XVR9FA
Angular 17 if else statement example:- youtu.be/B8_ymr2x5Bk
What's New in Angular 17?:- youtu.be/1R4JMM2ORHM