Giter Club home page Giter Club logo

Comments (12)

bkbonner avatar bkbonner commented on April 28, 2024

Ok, I believe it's because I'm not using an es6 browser and I have to have a transpiler handle it with traceur. I watched the angular-connect keynote and was following along until I hit this roadblock.

from angular-cli.

IgorMinar avatar IgorMinar commented on April 28, 2024

What browser are you using?

from angular-cli.

bkbonner avatar bkbonner commented on April 28, 2024

dang. I thought I was on Chrome 46 on my linux laptop, but it turns out I'm only at chrome 42. I'm upgrading it and I'll try it again. Should it work in 46?

from angular-cli.

bkbonner avatar bkbonner commented on April 28, 2024

I updated to 46.0.2490.80 (64-bit). I still only see the loading...

from angular-cli.

bkbonner avatar bkbonner commented on April 28, 2024

I enabled harmony via chrome://flags/#enable-javascript-harmony, still no luck. 'Loading...'

from angular-cli.

bkbonner avatar bkbonner commented on April 28, 2024

looks like Arrow functions will be in Chrome 47. I might try Canary on the Mac to see if that works.

from angular-cli.

bkbonner avatar bkbonner commented on April 28, 2024

I installed Canary on the Mac (48.0.2544.0 64-bit) with the same results. :(

from angular-cli.

alexpaluzzi avatar alexpaluzzi commented on April 28, 2024

TypeScript is transpiling to ES5 by default with angular-cli. You don't need to use Traceur, nor do you need ES2015 support in the browser. That is unrelated to the issue you are having.

from angular-cli.

bkbonner avatar bkbonner commented on April 28, 2024

Ok. I ended up creating a new project on my mac with V4.2.1 and I used Chrome 46 (not canary) and it seemed to work fine. I also tested it on linux from scratch and it worked fine there, too.

I don't know what changed. Thank you.

from angular-cli.

alexpaluzzi avatar alexpaluzzi commented on April 28, 2024

Glad to hear it. But you don't need to use Canary. You can use any newer browser, just FYI.

edit: Oh, you said NOT canary. Ignore me. Glad you're up and running!

from angular-cli.

bkbonner avatar bkbonner commented on April 28, 2024

So I did a diff against my non-working version and working version and the difference was in the system-config section:

Working:

    System.config({
      packages: {
        app: {
          format: 'register',
          defaultExtension: 'js'
        }
      }
    });

Not working:

 System.config({
        map: {
    traceur: 'node_modules/traceur/bin/traceur.js'
  }
  });

from angular-cli.

angular-automatic-lock-bot avatar angular-automatic-lock-bot commented on April 28, 2024

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.

from angular-cli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.