pbastowski / angular2-now

Angular 2 @Component syntax for Angular 1 apps
MIT License
145 stars 15 forks source link

Is there a way to use this with angular server? #21

Closed vacarsu closed 9 years ago

vacarsu commented 9 years ago

http://angular-meteor.com/server

I'm wanting to try out angular server in one of my apps, but it seems awkward when using angular 2 now on the client side. Is it possible to extend it to the server also?

pbastowski commented 9 years ago

@vacarsu Are you saying that you'd like to be able to do @Service, etc on the server side with angular-server?

pbastowski commented 9 years ago

For the moment I have no plans to support angular2-now on the server side, as I don't actually use angular-server myself in any of my projects.