Opened a new angular 4 project and I'm trying to load my assets folder and I get error
net: ERR_ABORTED
I'm trying to get fonts.css or any file from the assets folder and I get this error. what I'm doing wrong?
I tried this way and I still the project not compile
"styles": [
"styles.css",
"assets/fonts/fonts.css",
"assets/stylesheets/ionicons.min",
"assets/stylesheets/fonts/fonts.css",
"assets/stylesheets/bootstrap.css",
"assets/stylesheets/isotope.css",
"assets/stylesheets/venobox.css",
"assets/stylesheets/sinister.css",
"assets/stylesheets/slimmenu.css",
"assets/stylesheets/main.css",
"assets/stylesheets/main-bg.css",
"assets/stylesheets/main-responsive.css"
],

.angular-cli.jsonassets/fonts/fonts.css