Skip to content

Commit d530b09

Browse files
alan-agius4thePunderWoman
authored andcommitted
docs: update file-structure doc (angular#56202)
Replace `/assets` with `public/`, this was replaced in version 18 of the Angular CLI. PR Close angular#56202
1 parent 398092b commit d530b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adev/src/content/reference/configs/file-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Subfolders contain the application source and application-specific configuration
6464
| Application support files | Purpose |
6565
|:--- |:--- |
6666
| `app/` | Contains the component files in which your application logic and data are defined. See details [below](#app-src). |
67-
| `assets/` | Contains image and other asset files to be served as static files by the dev server and copied as-is when you build your application. |
67+
| `public/` | Contains image and other asset files to be served as static files by the dev server and copied as-is when you build your application. |
6868
| `favicon.ico` | An icon to use for this application in the bookmark bar. |
6969
| `index.html` | The main HTML page that is served when someone visits your site. The CLI automatically adds all JavaScript and CSS files when building your app, so you typically don't need to add any `<script>` or`<link>` tags here manually. |
7070
| `main.ts` | The main entry point for your application. |

0 commit comments

Comments
 (0)