Fix rename the methods
This commit is contained in:
@@ -15,15 +15,15 @@ export class ServiceComm {
|
||||
|
||||
constructor() { }
|
||||
|
||||
public UpdatedComponentTitle(title: string) {
|
||||
public updatedComponentTitle(title: string) {
|
||||
this.componentTitleSource.next(title);
|
||||
}
|
||||
|
||||
public RefreshData(refreshAfter: AddAction) {
|
||||
public refreshData(refreshAfter: AddAction) {
|
||||
this.refreshRequestSource.next(refreshAfter);
|
||||
}
|
||||
|
||||
public ForceTranslateTitle() {
|
||||
public forceTranslate() {
|
||||
this.forceTranslateTitleSource.next(true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user