我最近开始使用AngularCLI.我已将所有文件从Angular2转移到AngularCLI项目.
原文链接:https://www.f2er.com/angularjs/142151.html但它没有加载一些本地的CSS文件,但它正在加载其他的CSS文件?
目前的目录是:
-src --index --styles.css --app ---angular2-fullcalendar ----fullcalendar.min.css
的index.html
<!doctype html> <html lang="en"> <head> <Meta charset="utf-8"> <title>Cudyangularcli</title> <base href="/"> <Meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="icon" type="image/x-icon" href="favicon.ico"> <link rel="stylesheet" type="text/css" href="styles.css"> <link rel="stylesheet" type="text/css" href="../src/app/angular2-fullcalendar/fullcalendar.min.css" > </head> <body> <app-root>Loading...</app-root> </body> </html>
错误是: