Completes the active subject, signalling to all other observables to complete.
()
| 51 | |
| 52 | /** Completes the active subject, signalling to all other observables to complete. */ |
| 53 | ngOnDestroy() { |
| 54 | this._destroySubject.next(); |
| 55 | this._destroySubject.complete(); |
| 56 | } |
| 57 | |
| 58 | /** |
| 59 | * Whether one or more media queries match the current viewport size. |
no test coverage detected