I am implementing paypal subscription plans, And I want to show multiple paypal buttons for each plans. For example, Unlimited and Ambition Plans Steps to Implement: Step-1: Create a directive named “paypalSubscription”, ng g d paypalSubscription Here, We are importing paypal variable from paypal SDK, which we have initially imported in…