I have an Angular v5 application running on the same page as an AngularJs v1.2.23 application. Is it possible to access & use a directive from the older AngularJs application in the new Angular without refactoring?
Asked
Active
Viewed 28 times
1
-
See also, [AngularJS Developer Guide - Component-Based Application Architecture](https://docs.angularjs.org/guide/component#component-based-application-architecture). – georgeawg Nov 20 '17 at 17:37