feat(ivy): support generating view and content queries (#22330)

PR Close #22330
This commit is contained in:
Chuck Jazdzewski
2018-02-13 10:48:22 -08:00
committed by Alex Eagle
parent 49f074f61d
commit 0451fd93df
8 changed files with 281 additions and 28 deletions

View File

@ -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