29

Completed Angular 2 course on codeschool, really liked improvements and simplicity of Angular over Angularjs. Decided to do quick start guide in official website. Oh my f**king god... I need to setup webpack, typescript linter, typings, polyfills etc angular2-cli is no better, crawling with errors... why... why can't one just start a project and work instead spending loads of timing configuring all of that... AND WHY WE CANT HAVE PROPER SUPPORT FOR LATEST FEATURES...

I don't even know what I am ranting about... I just wish to spend more time creating things than configuring for ages development environment.

Comments
  • 2
    Javascript frameworks, not even once! I say that as I'm looking into MeteorJS...
  • 1
    Maybe look for a good yeoman generator to set up your initial project setup. That's how I do it. Though I'll admit last time I checked (couple of months ago) there weren't any good ones for Angular.
  • 0
    @sleepy There is angular2-cli but it generates a lot of stuff that is still very early in development :(
  • 0
    @Nikki1993 yeah, that's the problem with this stuff. It still isn't officially released yet so I guess it'll stay a struggle for a while to come
  • 2
    I'm on a project that requires Angular 2 & Ionic 2. I've spent so much of today just getting it (kinda mostly) working. Not a line of code written yet. My name says it all.
  • 0
    @sleepy it is wrong by default when you need to set up the setup...
  • 1
    i miss the days when web development meant starting np++ and start righting html, css, n javascript 😓
Add Comment