mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 18:43:42 +08:00
196 B
196 B
Project assets
You use the assets
array in angular-cli.json
to list files or folders you want to copy as-is when building your project:
"assets": [
"assets",
"favicon.ico"
]