Arman
1
Q:

how to make input in angular optional

export class ChildComponent {

    @Input() showName?: boolean;

    constructor() { }

}
1

New to Communities?

Join the community