Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
if we have in a component @Input() target: number; and source: string; in another component, the following does not produce any warning: <component [target]="source">
and obviously fails hard at runtime.
This should produce same error as if the assignment is done in the code, namely Type 'string' is not assignable to type 'number'.