We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51c7bbc commit a2bdd0fCopy full SHA for a2bdd0f
angular-reactive-validation/src/observable-container.ts
@@ -2,8 +2,7 @@ import { Observable, Subscription } from 'rxjs';
2
3
/**
4
* 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.
+ * a function when that Observable emits.
7
*/
8
export class ObservableContainer<T> {
9
private subscriptions: Subscription[] = [];
0 commit comments