quick start only show "Loading AppComponent content here ..."
See original GitHub issueenvironment:
system: ubuntu 12.04
node: v6.9.3
npm: 3.10.10
when I follow step:
git clone https://github.com/angular/quickstart.git quickstart
cd quickstart
npm install
npm start
firefox showing:
“Loading AppComponent content here …” not “Hello Angular”.
in the firefox console, errors below:
http://localhost:3000/node_modules/core-js/client/shim.min.js is being assigned a //# sourceMappingURL, but already has one
Error: (SystemJS) invalid range in character class
RegExp@http://localhost:3000/node_modules/core-js/client/shim.min.js:8:6158
Zone$1</ZoneDelegate</ZoneDelegate.prototype.invoke@http://localhost:3000/node_modules/zone.js/dist/zone.js:242:1
Zone$1</Zone</Zone.prototype.run@http://localhost:3000/node_modules/zone.js/dist/zone.js:113:17
scheduleResolveOrReject/<@http://localhost:3000/node_modules/zone.js/dist/zone.js:520:78
Zone$1</ZoneDelegate</ZoneDelegate.prototype.invokeTask@http://localhost:3000/node_modules/zone.js/dist/zone.js:275:1
Zone$1</Zone</Zone.prototype.runTask@http://localhost:3000/node_modules/zone.js/dist/zone.js:151:21
drainMicroTaskQueue@http://localhost:3000/node_modules/zone.js/dist/zone.js:418:25
ZoneTask/this.invoke@http://localhost:3000/node_modules/zone.js/dist/zone.js:349:25
Evaluating http://localhost:3000/app/main.js
Error loading http://localhost:3000/app/main.js
Stack trace:
(SystemJS) invalid range in character class
RegExp@http://localhost:3000/node_modules/core-js/client/shim.min.js:8:6158
Zone$1</ZoneDelegate</ZoneDelegate.prototype.invoke@http://localhost:3000/node_modules/zone.js/dist/zone.js:242:1
Zone$1</Zone</Zone.prototype.run@http://localhost:3000/node_modules/zone.js/dist/zone.js:113:17
scheduleResolveOrReject/<@http://localhost:3000/node_modules/zone.js/dist/zone.js:520:78
Zone$1</ZoneDelegate</ZoneDelegate.prototype.invokeTask@http://localhost:3000/node_modules/zone.js/dist/zone.js:275:1
Zone$1</Zone</Zone.prototype.runTask@http://localhost:3000/node_modules/zone.js/dist/zone.js:151:21
drainMicroTaskQueue@http://localhost:3000/node_modules/zone.js/dist/zone.js:418:25
ZoneTask/this.invoke@http://localhost:3000/node_modules/zone.js/dist/zone.js:349:25
Evaluating http://localhost:3000/app/main.js
Error loading http://localhost:3000/app/main.js localhost:3000:19
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (2 by maintainers)
Top Results From Across the Web
Angular 2 tutorial quickstart doesn't load the component
However, when starting the app the browser just shows "Loading AppComponent content here ..." instead of the expected "Hello Angular".
Read more >Components Basics - Vue.js
Components allow us to split the UI into independent and reusable pieces, and think about each piece in isolation. It's common for an...
Read more >NgModule FAQ - Angular
NgModules help organize an application into cohesive blocks of functionality. This page answers the questions many developers ask about NgModule design and ...
Read more >Ionic Vue Quickstart
Remove lang="ts" from the script tags in any of your Vue components that have them. In a blank Ionic Vue app, this should...
Read more >Angular Modules and NgModule - Complete Guide
Introduction to Angular NgModule, modularity, and lazy-loading in Angular. ... So we can see here that an Angular module is used to group...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
updating browser has solved this issue for me. See browser support info here : https://angular.io/docs/ts/latest/guide/browser-support.html
I resolve it by using http://localhost:3000/ instead of http://localhost