fix(compiler): generate inputs with aliases properly (#26774)
PR Close #26774
This commit is contained in:

committed by
Matias Niemelä

parent
c048358cf9
commit
19fcfc3d00
@ -44,7 +44,7 @@ export interface DirectiveMeta {
|
||||
*
|
||||
* Goes from property names to field names.
|
||||
*/
|
||||
inputs: {[property: string]: string};
|
||||
inputs: {[property: string]: string | string[]};
|
||||
|
||||
/**
|
||||
* Set of outputs which this directive claims.
|
||||
|
Reference in New Issue
Block a user