'Not allowing me to pass false value while using child to parent component interaction

Argument of type 'boolean' is not assignable to parameter of type 'string | symbol'.ts(2345)

cancel() {
this.cancelRegister.emit(false);
}


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source