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

committed by
Matias Niemelä

parent
c048358cf9
commit
19fcfc3d00
@ -86,7 +86,7 @@ export interface R3DirectiveMetadata {
|
||||
/**
|
||||
* A mapping of input field names to the property names.
|
||||
*/
|
||||
inputs: {[field: string]: string};
|
||||
inputs: {[field: string]: string | string[]};
|
||||
|
||||
/**
|
||||
* A mapping of output field names to the property names.
|
||||
|
Reference in New Issue
Block a user