> For the complete documentation index, see [llms.txt](https://guide-angular.wishtack.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide-angular.wishtack.io/angular/project-structure-and-modules/entry-point.md).

# Entry Point

Le point d'entrée d'une application Angular est situé par défaut dans le fichier `src/main.ts` *(configurable dans le fichier* `angular.json`*)*.

Grâce à Webpack, Angular suit les imports de fichiers à partir de ce point d'entrée pour construire les "bundles" JavaScript qui seront chargés dans le fichier `index.html` produit par le build.

`yarn build` => `ng build` => `webpack` => `dist/*`

{% embed url="<https://webpack.js.org/>" %}

![Webpack](/files/-LBuzHj8Gl9bKLn5mH6i)
