damienbod / AngularLocalizationAspNetCore

Angular ASP.NET Core localization
https://damienbod.com/2016/04/29/angular-2-localization-with-an-asp-net-core-mvc-service/
MIT License
26 stars 8 forks source link

Upgrading to Angular 2 Release Candidate #1

Closed robisim74 closed 8 years ago

robisim74 commented 8 years ago

Hi. I want to ask you if you are interested to upgrade your project to Angular2 rc.01. To solve the problem of the absence of bundles, I adopted the angular-cli, but through gulp solution. Not great, but it works (pending official solutions by Angular Team). I prepared a pr if you want to.

damienbod commented 8 years ago

Hi @robisim74 Yes, thanks, I'm testing angular-cli as well on a different repo first, If this works, I plan to upgrade using this, but requires that I split the UI and API into two separate projects.

Why did you use gulp?, just to copy or a different reason.

Thanks greetings Damien

robisim74 commented 8 years ago

See here. I did with gulp what makes angular -cli . So you do not change anything .

damienbod commented 8 years ago

Looks good, can you create a pull request and use it,

Thanks a million

Greetings Damien

robisim74 commented 8 years ago

:ok_hand:

damienbod commented 8 years ago

I'll update the blog as soon as I can, thanks again, I like your solution.

Greetings Damien

robisim74 commented 8 years ago

I am following Angular2 from the beginning ... I'm used to these changes. Thank you, does not happen every day be tweeted from ASP.NET team...

damienbod commented 8 years ago

No bundles is a big change for me... Other ASP:NET developers are also fighting with this. Thanks for cleaning up the gulp file, I was meaning to add a clean to it.

Greetings Damien

robisim74 commented 8 years ago

The open source world is so ... constant changes. We must trust!