ngUpgraders / ng-forward

The default solution for those that want to write Angular 2.x style code in Angular 1.x
410 stars 36 forks source link

ngResource ngAnimate plans #150

Closed Guardiannw closed 8 years ago

Guardiannw commented 8 years ago

From what I can tell, it doesn't look like there is any ng-forward support for these angular modules? Is this true, or are there any future plans to implement them? If not, what is the best way to go about implementing them in the application?

Thanks,

timkindberg commented 8 years ago

They are supported. Import them then tell the providers to load the module similar to our uirouter example.

providers: ['ngResource', 'ngAnimate'] On Wed, Feb 17, 2016 at 10:18 AM Nathan Webb notifications@github.com wrote:

From what I can tell, it doesn't look like there is any ng-forward support for these angular modules? Is this true, or are there any future plans to implement them? If not, what is the best way to go about implementing them in the application?

Thanks,

— Reply to this email directly or view it on GitHub https://github.com/ngUpgraders/ng-forward/issues/150.

  • Tim
Guardiannw commented 8 years ago

Ok, thanks.