-
Notifications
You must be signed in to change notification settings - Fork 516
Update to Angular2 Final #257
Comments
They'll probably have to wait for Angular2-universal to update as well as there are breaking changes with Angular2 RC5. Here is their RC issue. |
Yes it's still a work in progress, the changes created quite a ripple effect in Universal. It's a top priority though! |
I'll update and setup a PR in the next few days once everything is implemented / tested and published. Still need to iron out a few kinks, you can track PR angular/universal#524 if you'd like. Sorry for the delay! |
RC6 is around the corner. maybe rc5 should be skipped? |
Rc6 shipped last night, I'll update it to that when we figure everything out. :) shouldn't be long this time. Assuming it works with everything ;) |
@MarkPieszak What is the status on the rc6 update? |
There are still a few outstanding issues we're facing before being able to publish the rc5/6 version of Universal (which will set us up to be prepared for the 1.0 release which is coming shortly as well (but it has no breaking changes thank god!) The moment we publish Universal I'll refactor and update :) You can live-track the things remaining here if you'd like: |
@SteveSandersonMS |
Looking forward to the updates! Will the yo Generator update as well with all the goodies? |
Sure will, Steve's generator uses the templates inside the repo itself, so it will all be there :) |
Now that Angular 2 finally officially released yesterday, i'm really looking forward update. The whole build pipeline with these next generation javascript frameworks are ridiculously complex. I love that this project template gives you a way to hit the ground running. |
Aungular-universal was also updated yesterday. |
Working on it now :) @hheexx |
@MarkPieszak Should one wait until it is updated or can I use the template now and update the missing parts manually? |
I'd say wait, I've had some delays since the changes we had to make in Universal were drastic but feel like I should have this finished up today, then we just need Steve to take a look and make sure everything checks out. If you're just working on the Angular components themselves, or REST API, I'm sure you could get going and copy over most of that to a newer project template without any problems! Trying to clean up the typescript 2 PR as well. |
@MarkPieszak Thank your for your response, I appreciate it. |
@MJomaa @hheexx @lydemeister @doczoidberg I just posted the PR (#319) to upgrade to Angular 2.0.0, Universal 2.0.7, Preboot 4., and TypeScript 2.0 (which I needed to be able to include universal 2..) This includes the NgModules, separate ones for both Client & Server, and is connected with the latest Universal API and updates. Let me know here or create an issue under (https://github.com/angular/universal-starter/issues) if anything Universal-related comes up! There were major changes there, so something is bound to creep up. The other projects will be upgraded to TS2.0 in the other PR, #258 when it's finished. (ReactReduxSpa was using outdated tsd files) @vandensd They will be in the generator etc once Steve gets a chance to review & accept everything / publish it. |
Thanks for the update @MarkPieszak. I'm in no hurry but monitoring when everything is up to date. I'm actually still on RC2 for my stuff since I decided to hold when things were in flux. The template has been a great benefit to have and keep up the good work! |
Is the aspnetcore-spa generator updated to Angular2 1.0? I reinstalled it and it still produces Angular 2 2.0.0-rc.4. Could you help? |
Now done :) @ptk86 - It is updated and published to NPM as of about 30 minutes ago. You can update your generator by running |
thanks for your great work! |
Not sure if someone tried the latest NPM or not. With all the defaults and even running webpack commands manually, when trying to run the application using VS it's not working. Also it would be great if somebody can explain how the template is working( what all parts it has and the reason ) for newbies. Otherwise this all looks black box to someone who is coming from Asp.Net background. This is a good example of explanation. https://github.com/damienbod/Angular2WebpackVisualStudio |
@tanwarsatya This blog post has some good information about what the repository has to offer: Make sure you first have the following installed Also, make sure you have the latest DotNetCore 1.0.1. I had 1.0.0, and when running dotnet run I received warning messages that it was required to have 1.0.1 installed. |
Make sure to have Node 4.x installed, because else to-string loader will break. |
Performed a generator install a few days ago without a hitch. Problem is in Visual Studio Intellisense is not recognizing 'require' and 'Promise'. I believe core-js was filling this void. |
I think it's actually @types/node, but check for yourself :) On Fri, Sep 30, 2016, 00:51 Steve notifications@github.com wrote:
|
@tinchou However, VS (Enterprise 2015 Update 3) Intellisense was non issue running generator a few days ago Interested in knowing what the solution might be |
Maybe the update to Typescript 2 had something to to with it? I remember I I can look it up tomorrow if you don't find it. On Fri, Sep 30, 2016, 01:26 Steve notifications@github.com wrote:
|
Any help would be appreciated. I'm finding node, npm, day to day versioning and dependency changes, etc. hard to deal with when all I want is something that works out of the box... As long as I don't update specific packages, I can roll with the node_modules installed a few days ago. So no rush except I'm sure others will run into issues like I am and a solution somewhere would be beneficial. EDIT: I'm using Node 4.x as advised but noticing @types is targeting 6.x?? Unless I'm misunderstanding. |
I had the same problem and solved it by moving tsconfig from ClientApp to root. |
Yes actually Steve we need to move the ts config back to root, almost forgot it can't go "down" directories when looking for @types or anything, just like packagejson webpack, they all need to be in the root 😓 |
please support the latest release.
The text was updated successfully, but these errors were encountered: