(type: o.Expression)
| 183 | } |
| 184 | |
| 185 | function createFactoryFunction(type: o.Expression): o.ArrowFunctionExpr { |
| 186 | const t = new o.FnParam('__ngFactoryType__', o.DYNAMIC_TYPE); |
| 187 | return o.arrowFn([t], type.prop('ɵfac').callFn([o.variable(t.name)])); |
| 188 | } |
no test coverage detected
searching dependent graphs…