Downgrade Ng2 Directive To Angularjs
So as far as I know we can downgrade NG2 Components & Services into AngularJS. But I'm wondering if it's possible to do that for NG2 Directives? I read the upgrade/downgrade gu
Solution 1:
So apparently we don't need to downgrade a NG2 Directive. Just add it as a declaration into your application and it will work.
Post a Comment for "Downgrade Ng2 Directive To Angularjs"