Hi, My apologize. I don't know how I missed it, but there is one user message displayed in the console:
> Error: Unexpected token < > Evaluating http://localhost:9000/node_modules/rxjs > Evaluating http://localhost:9000/dist/bootstrap.js > Loading app > at eval (<anonymous>) > at evaluate (evaluate.js:106) > at instantiate.js:394 > at doEvaluateDynamic (register-loader.js:685) > at register-loader.js:545 > at doEvaluateDynamic (register-loader.js:682) > at register-loader.js:545 > at doEvaluateDynamic (register-loader.js:682) > at doEvaluateDeclarative (register-loader.js:601) > at ensureEvaluate (register-loader.js:515) Regards, Janusz On Thursday, 2 August 2018 01:55:44 UTC+10, [email protected] wrote: > > Hi, > > I am using the latest dependencies to compile and run basic angular app > that comes with the book Angular2 by example (folder > angular2byexample-base). > > I have modified the package.json: > > "devDependencies": { >> "@types/core-js": "2.5.0", >> "del": "^3.0.0", >> "gulp": "^3.9.1", >> "gulp-connect": "^5.5.0", >> "gulp-sourcemaps": "^2.6.4", >> "gulp-typescript": "^5.0.0-alpha.3", >> "gulp-watch": "^5.0.1", >> "gulp-webserver": "^0.9.1", >> "open": "0.0.5", >> "typescript": "^3.0.1" >> }, > > When I try to run the app (play), neither gulp nor my angular app display > any errors (console output from gulp): > > C:\tmp\Experiment\angular2byexample-base\trainer>gulp play > [13:58:47] Using gulpfile > C:\tmp\Experiment\angular2byexample-base\trainer\gulpfile.js > [13:58:47] Starting 'ts2js'... > [13:58:52] Finished 'ts2js' after 4.71 s > [13:58:52] Starting 'play'... > [13:58:53] Starting server... > [13:58:53] Finished 'play' after 599 ms > [13:58:53] Server started http://localhost:9000 > [13:58:53] LiveReload started on port 35729 > [13:58:53] Running server > > > > > When the browser starts it shows just screen like below and hangs for ever. > > Can anybody help, please. > > REJKI > > > > > > <https://lh3.googleusercontent.com/-IHbLCF8usu0/W2FZ6-9FvII/AAAAAAAAAAc/vQuo-jik9C4qxLr8vrWSh7YvyE3PPqd5QCLcBGAs/s1600/Untitled.bmp> > -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
