my app does not include assets directory, when i'm building app or starting a live server
angular.json
"assets": [
"src/favicon.ico",
"src/assets",
"src/manifest.json"
],
Directory structure
my app does not include assets directory, when i'm building app or starting a live server
angular.json
"assets": [
"src/favicon.ico",
"src/assets",
"src/manifest.json"
],
Directory structure
I think assets folder is empty that's why it is not exists in your dist directory.