deeleman / learning-angular2

Code samples repository for the examples provided in "Learning Angular 2", published by Packt Publishing - THE BOOK COVERS UP TO RC.1 and hence is severely OUTDATED. PLEASE REFER TO THE LATEST EDITIONS INSTEAD.
https://www.packtpub.com/web-development/learning-angular-2
108 stars 59 forks source link

Chapter 1 - can't get it to work #16

Closed vulkanino closed 8 years ago

vulkanino commented 8 years ago

Hello,

I am following chapter 1 but nothing shows on the homepage (blank page). Console is empty. Here's the Plunker:

https://plnkr.co/edit/OGQrwXNEIXcFHqgG0C5f?p=info

What am I doing wrong? Thanks.

vulkanino commented 8 years ago

Sorry, I've sorted it out, it was here:

<script src="systemjs.config.js"></script>
<script>
        System.import('built/hello-angular')
            .then(null, console.error.bind(console));
</script>

There's a missing <script> in the book source (page 19).

deeleman commented 8 years ago

Yep, sorry for the late reply. Another reader pointed out this issue a few days ago and I'm still pending on allocating some time to publish the UPDATES/Errata page, where this and some other minor issues will be addressed.

In the meantime do not hesitate on posting your questions here and thanks for contributing. Hope you're enjoying the reading.