-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Angular version #27
Comments
Hi! It works, it's just angular materials changed the API completely, and we don't be have time and resources to update it. but we could get rid of the todo app and provide something simpler like hello world |
@kylecordes could you contribute to this if you know how to fix it? |
@devmondo The material API / packaging is a little different than before, as they work their way through their beta process. I've followed along the Material development with other tooling, and never needed more than a few minutes to update a project. Here is a PR, partial update/fix to use Angular 4: Making this run is awaiting module resolution fix for fuse-box: There is also a broader challenge: The Angular team and community have shifted much attention to Angular AOT ("Ahead of Time") template compilation and tree shaking. There are many moving pieces to get in place, to create alternative Angular build tooling competitive with the official Angular CLI (and importantly, its non-trivial webpack plugin). This will probably have to wait for someone with a strong motivation to recreate this stuff for fuse-box. |
Thanks @kylecordes ! |
@kylecordes , thanks for the detailed input, we will be working on this one hard to solve it! |
This example is on Angular 2.3.1, from Dec. 2016, six months ago. I recommend updating it to current Angular (4.1.3 as I write this, https://github.com/angular/angular/blob/master/CHANGELOG.md ), to verify and demonstrate whether fuse-box can work with current-ish versions.
The text was updated successfully, but these errors were encountered: