Project Structure Explained
Tour the files the CLI generates.
Project Structure Explained
An Angular workspace has a predictable layout. Knowing the key files and folders helps you navigate any project.
The src Folder
The src/ folder holds your application source code: the entry point, the app code, and global assets like index.html and styles.
All lessons in this course
- Generating a New Project
- Project Structure Explained
- Generating Code with ng generate
- Building and Serving