Skip to content
This repository has been archived by the owner on Feb 21, 2018. It is now read-only.

Angular RC4 Errors #11

Closed
payneBrandon opened this issue Jul 27, 2016 · 4 comments
Closed

Angular RC4 Errors #11

payneBrandon opened this issue Jul 27, 2016 · 4 comments
Labels

Comments

@payneBrandon
Copy link

This doesn't seem to work with the latest Angular release candidate, 2.0.0-rc.4. The application doesn't get past the loading screen, and console shows numerous 404 errors. Any tips to get it running?

@jwasilgeo
Copy link
Owner

jwasilgeo commented Jul 28, 2016

@payneBrandon I'm glad that you're interested in this and trying this example project out!

Since the last major changes were made in this repo, they were for 2.0.0-rc.1. Since then, it looks like Angular2 has had some breaking changes in every other RC version along the way: https://github.com/angular/angular/blob/master/CHANGELOG.md

My quick guess is that it probably has sometime to do with the router. Since I started with this, it seems like they change it just for fun, and frequently.

If you are interested in finding out what needs to change, I definitely welcome pull requests. 😄 Otherwise, my plan was to wait until the first release of Angular2 and not chase down RC changes along the way.

@devtoil
Copy link

devtoil commented Aug 11, 2016

Removing 'rotation' (line 30) from the SceneView options in esri-scene-view.component.ts allowed the project to build for me.

@jwasilgeo
Copy link
Owner

Hey all, now that Angular2 is finally released, I'll be updating the code in this example repo soon and hopefully that'll show you an up-to-date working example without having to fight against previous RC versions.

@jwasilgeo
Copy link
Owner

I've updated everything to the new Angular 2 release. Let me know if you have any feedback or questions for me!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants