Avancement sur le formulaire d'ajout de sauts
This commit is contained in:
@@ -3,7 +3,7 @@ import { BehaviorSubject } from 'rxjs';
|
||||
|
||||
@Injectable()
|
||||
export class ServiceComm {
|
||||
private componentTitleSource = new BehaviorSubject<string>("");
|
||||
private componentTitleSource = new BehaviorSubject<string>('');
|
||||
componentTitle = this.componentTitleSource.asObservable();
|
||||
|
||||
constructor() { }
|
||||
|
||||
Reference in New Issue
Block a user