feat(ivy): support generating view and content queries (#22330)
PR Close #22330
This commit is contained in:

committed by
Alex Eagle

parent
49f074f61d
commit
0451fd93df
@ -24,7 +24,7 @@ export function compilePipe(
|
||||
{key: 'type', value: outputCtx.importExpr(pipe.type.reference), quoted: false});
|
||||
|
||||
// e.g. factory: function MyPipe_Factory() { return new MyPipe(); },
|
||||
const templateFactory = createFactory(pipe.type, outputCtx, reflector);
|
||||
const templateFactory = createFactory(pipe.type, outputCtx, reflector, []);
|
||||
definitionMapValues.push({key: 'factory', value: templateFactory, quoted: false});
|
||||
|
||||
// e.g. pure: true
|
||||
|
Reference in New Issue
Block a user