-
Notifications
You must be signed in to change notification settings - Fork 519
Angular 2 "MusicStore" sample still uses old version of Angular #622
Comments
+1 ... The aspnet-spa generator is still using DNX. |
You want to check out the Templates/Angular2Spa for up to date repos. I can't remember, but the samples are very old, not sure if they're meant to be used (?). Have to ask Steven on that one though. As for generators you want to npm install -g generator-aspnetcore-spa to get the latest ones. |
@MarkPieszak I just installed generator-aspnetcore-spa and the templates are DNX-based. I looked at project.json in the dev branch, and that's up-to-date. But it looks like the npm package has not been published from dev. /cc @SteveSanderson |
@AndrewCarre Yes, you're right - the Angular 2 MusicStore sample is still on @tonysneed That's not correct. I'm not sure what you're looking at, but |
@SteveSanderson Yes, my local version is outdated. If I run
I uninstalled, then re-installed, and still got v 0.1.3. Then I ran
Is this just an NPM issue? I'm getting this same behavior on both Windows 10 and Mac OS. |
@tonysneed The package name is I've just updated the NPM registry to mark |
Ahhh ... that explains it! I figured it had to be something like that. 😊 |
This sample has been removed in the latest |
Uh oh!
There was an error while loading. Please reload this page.
I am learning from the sample project MusicStore for angular 2 and alot of the api's and classes are now deprecated in the stable release. Does anyone want to update them?
I'll take a shot at it when I have time. In the meantime it should be noted.
here are some of the classes and so on that are now deprecated:
EDIT: Here is some of the classes that were deprecated: https://www.picnet.com.au/blogs/guido/post/2016/06/30/upgrading-to-angular-2-reactive-forms-rc3-new-forms/
The text was updated successfully, but these errors were encountered: