0Pricing
Angular Academy · Lesson

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

  1. Generating a New Project
  2. Project Structure Explained
  3. Generating Code with ng generate
  4. Building and Serving
← Back to Angular Academy