Angular 2: "Expected the operants to be of similar type or any" linting error
Try lowercase string
(the primitive, rather than the wrapper object type String
) in the declaration of activeModal
.
Try lowercase string
(the primitive, rather than the wrapper object type String
) in the declaration of activeModal
.