Friday, 28 August 2020

How can I import an angular.js module into an angular application?

Objective: I would like to include the following carousel example into an Angular 2+ component.

The steps to include this carousel involve importing a 'theta' module. I'm not sure how this would work with Angular 2+ dependency injection. The directions mentioned in the following link apply to an AngularJs application: https://theta-carousel.com/api.html#add-to-angularjs-app

enter image description here

How could this be used in an Angular 2+ application?



from How can I import an angular.js module into an angular application?

No comments:

Post a Comment