Update component state
Refresh with state
You can pass change the class attribute values.
eg.
export class ModuleA{
doAnyThing(){
this.title = "new Title"; //equivalent to "setState of react"
}
}
Tag refresh
See tag refresh in templating page.