Forum Discussion

aswani_kintali's avatar
10 years ago

Overriding a Component

If we override a component with @override , and include component in our page, iwill it use overridden component by default or should we include ovverriden component explicitly?   Example: I m ove...
  • VarunGrazitti's avatar
    10 years ago

    aswani_kintali - You have to use the abc and not the abc@override, it will be further calling the overriden component itself.