-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Description
Please provide us with the following information:
- OS? Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?)
Mac OSX (Yosemite) - Versions. Please run
ng --version
. If there's nothing outputted, please run
in a Terminal:node --version
and paste the result here:
angular-cli: 1.0.0-beta.14
node: 6.1.0
os: darwin x64 - Repro steps. Was this an app that wasn't created using the CLI? What change did you
do on your code? etc.
This app ran successfully with the latest webpack/angular-cli@latest but it's not loadingapp.component.html
with relative path.
source code:
app.component.ts
styleUrls: ['./app.component.scss'],
templateUrl: './app.component.html',
Error:
zone.js:1241GET http://localhost:4200/app.component.html 404 (Not Found) zone.js:344 Unhandled Promise rejection: Failed to load app.component.html ; Zone: <root> ; Task: Promise.then ; Value: Failed to load app.component.html undefined
Setup info:
Router : upgraded to rc.7
Webpack: "2.1.0-beta.22"
angular-cli@latest
- The log given by the failure. Normally this include a stack trace and some
more information.
No error while ng build or serve. Build happens successfully but this does not load files with relative path. - Mention any other details that might be useful.
Things work upto certain extent when used complete folder structure likeapp/app/component.html
orapp/components/...
Thanks! We'll be in touch soon.
El4a, huan, Yugloocamai, erajabi and akshaySMahendrakar
Metadata
Metadata
Assignees
Labels
No labels