(...args: any[])
| 1060 | this.res.push(args); |
| 1061 | } |
| 1062 | error(...args: any[]): void { |
| 1063 | // Logging from ErrorHandler should run outside of the Angular Zone. |
| 1064 | NgZone.assertNotInAngularZone(); |
| 1065 | this.res.push(args); |
| 1066 | } |
| 1067 | } |
nothing calls this directly
no test coverage detected