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