[x] Bug report -> please search issues before submitting
[ ] Feature request
[ ] Documentation issue or request
Current behavior
I saw Issue #121 and tried removing the node_modules and reinstalling all dependencies but still not working.
error TS2344: Type '{ config: { alias: "config"; required: true; }; render: { alias: "render"; required: false; }; }' does not satisfy the constraint '{ [key: string]: string; }'.
Property '"config"' is incompatible with index signature.
Type '{ alias: "config"; required: true; }' is not assignable to type 'string'.
I searched for why it does not satisfy the constraint '{ [key: string]: string; }'. I think it has to do something with the OutputMap property inside ɵɵComponentDeclaration.
Error: app/view-identity-modal/view-identity-modal.component.html:20:47 - error NG8002: Can't bind to 'config' since it isn't a known property of 'countdown'.
Bug Report or Feature Request (mark with an
x
)Current behavior
I saw Issue #121 and tried removing the
node_modules
and reinstalling all dependencies but still not working.error TS2344
: Type '{ config: { alias: "config"; required: true; }; render: { alias: "render"; required: false; }; }' does not satisfy the constraint '{ [key: string]: string; }'. Property '"config"' is incompatible with index signature. Type '{ alias: "config"; required: true; }' is not assignable to type 'string'.I searched for why it does not satisfy the constraint '{ [key: string]: string; }'. I think it has to do something with the
OutputMap
property insideɵɵComponentDeclaration
.Expected behavior
I think something regard to error TS2344
Environment