angular / angular

Deliver web apps with confidence 🚀
https://angular.dev
MIT License
96.26k stars 25.51k forks source link

Tutorial parts missing on the angular.io website #25594

Closed lenardmotion closed 6 years ago

lenardmotion commented 6 years ago

Those two pages from the angular.io tutorial pages are not working. https://angular.io/tutorial/toh-pt3 https://angular.io/tutorial/toh-pt5 Please can you check into that ?

Thanks

s-gbz commented 6 years ago

Please clarify, are you unable to open the links or is there something wrong with the example code?

If so, please specify what exactly and post a minimal reproduction.

Read here for more information.

lenardmotion commented 6 years ago

there is no content (except the menu and the header and footer) on those pages on my browser (Google Chrome latest version) when I open them. I tried it on a browser online and the content appears, I guess may be the issue is on my side.

s-gbz commented 6 years ago

Well that's interesting! Why don't you provide some more details like operating system version and Chrome build. You could also open the browser console via F12 and see if there's some useful information.

Maybe there already is some related issue.

lenardmotion commented 6 years ago

I am using windows 7 32bits as OS, my chrome build version is Version 68.0.3440.106 (Build officiel) (32 bits).

Here is what I see for this page in the console : https://angular.io/tutorial/toh-pt3 ERROR Error: [DocViewer] Error preparing document 'tutorial/toh-pt3': Error: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node. at t.extractHeadingSafeHtml (main.2d90cc78dadbcd187e33.bundle.js:1) at main.2d90cc78dadbcd187e33.bundle.js:1 at Array.map (<anonymous>) at t.genToc (main.2d90cc78dadbcd187e33.bundle.js:1) at main.2d90cc78dadbcd187e33.bundle.js:1 at e._next (main.2d90cc78dadbcd187e33.bundle.js:1) at e.__tryOrSetError (main.2d90cc78dadbcd187e33.bundle.js:1) at e.next (main.2d90cc78dadbcd187e33.bundle.js:1) at e._next (main.2d90cc78dadbcd187e33.bundle.js:1) at e.next (main.2d90cc78dadbcd187e33.bundle.js:1) at t.extractHeadingSafeHtml (main.2d90cc78dadbcd187e33.bundle.js:1) at main.2d90cc78dadbcd187e33.bundle.js:1 at Array.map (<anonymous>) at t.genToc (main.2d90cc78dadbcd187e33.bundle.js:1) at main.2d90cc78dadbcd187e33.bundle.js:1 at e._next (main.2d90cc78dadbcd187e33.bundle.js:1) at e.__tryOrSetError (main.2d90cc78dadbcd187e33.bundle.js:1) at e.next (main.2d90cc78dadbcd187e33.bundle.js:1) at e._next (main.2d90cc78dadbcd187e33.bundle.js:1) at e.next (main.2d90cc78dadbcd187e33.bundle.js:1) at e.selector (main.2d90cc78dadbcd187e33.bundle.js:1) at e.error (main.2d90cc78dadbcd187e33.bundle.js:1) at e._error (main.2d90cc78dadbcd187e33.bundle.js:1) at e.error (main.2d90cc78dadbcd187e33.bundle.js:1) at e.notifyError (main.2d90cc78dadbcd187e33.bundle.js:1) at e._error (main.2d90cc78dadbcd187e33.bundle.js:1) at e.error (main.2d90cc78dadbcd187e33.bundle.js:1) at e._error (main.2d90cc78dadbcd187e33.bundle.js:1) at e.error (main.2d90cc78dadbcd187e33.bundle.js:1) at e._error (main.2d90cc78dadbcd187e33.bundle.js:1) J @ main.2d90cc78dadbcd187e33.bundle.js:1

Here is what I see for this page in the console : https://angular.io/tutorial/toh-pt5

ERROR Error: [DocViewer] Error preparing document 'tutorial/toh-pt5': Error: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node. at t.extractHeadingSafeHtml (main.2d90cc78dadbcd187e33.bundle.js:1) at main.2d90cc78dadbcd187e33.bundle.js:1 at Array.map (<anonymous>) at t.genToc (main.2d90cc78dadbcd187e33.bundle.js:1) at main.2d90cc78dadbcd187e33.bundle.js:1 at e._next (main.2d90cc78dadbcd187e33.bundle.js:1) at e.__tryOrSetError (main.2d90cc78dadbcd187e33.bundle.js:1) at e.next (main.2d90cc78dadbcd187e33.bundle.js:1) at e._next (main.2d90cc78dadbcd187e33.bundle.js:1) at e.next (main.2d90cc78dadbcd187e33.bundle.js:1) at t.extractHeadingSafeHtml (main.2d90cc78dadbcd187e33.bundle.js:1) at main.2d90cc78dadbcd187e33.bundle.js:1 at Array.map (<anonymous>) at t.genToc (main.2d90cc78dadbcd187e33.bundle.js:1) at main.2d90cc78dadbcd187e33.bundle.js:1 at e._next (main.2d90cc78dadbcd187e33.bundle.js:1) at e.__tryOrSetError (main.2d90cc78dadbcd187e33.bundle.js:1) at e.next (main.2d90cc78dadbcd187e33.bundle.js:1) at e._next (main.2d90cc78dadbcd187e33.bundle.js:1) at e.next (main.2d90cc78dadbcd187e33.bundle.js:1) at e.selector (main.2d90cc78dadbcd187e33.bundle.js:1) at e.error (main.2d90cc78dadbcd187e33.bundle.js:1) at e._error (main.2d90cc78dadbcd187e33.bundle.js:1) at e.error (main.2d90cc78dadbcd187e33.bundle.js:1) at e.notifyError (main.2d90cc78dadbcd187e33.bundle.js:1) at e._error (main.2d90cc78dadbcd187e33.bundle.js:1) at e.error (main.2d90cc78dadbcd187e33.bundle.js:1) at e._error (main.2d90cc78dadbcd187e33.bundle.js:1) at e.error (main.2d90cc78dadbcd187e33.bundle.js:1) at e._error (main.2d90cc78dadbcd187e33.bundle.js:1)

Here is a screenshot of my screen

image the first console error is for the first link and the second one for the second link.

gkalpak commented 6 years ago

Closing as duplicate of #25595.

angular-automatic-lock-bot[bot] commented 5 years ago

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.