Hi All,
Can we extend the loginregister module by using the login registerComponent.
loginregister.extend({
componentName: 'LoginRegisterPage',
application: container
})
I have written the above structure,but it is throwing error( i.e. You cannot override property application of component LoginRegisterPage)
Any one have an idea on this?