Skip to content

Commit a2bdd0f

Browse files
Remove obsolete comment from ObservableContainer
1 parent 51c7bbc commit a2bdd0f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

angular-reactive-validation/src/observable-container.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ import { Observable, Subscription } from 'rxjs';
22

33
/**
44
* Manages subscribing and unsubscribing to an Observable and executing
5-
* a function when that Observable emits. Also handles hooking into
6-
* Angular afterContentInit lifecycle event.
5+
* a function when that Observable emits.
76
*/
87
export class ObservableContainer<T> {
98
private subscriptions: Subscription[] = [];

0 commit comments

Comments
 (0)