ASGM
0
Q:

angular make variable optional

export interface User {
    id: number;
    name?: string; // interfaces allow fields to be optional
}
0

New to Communities?

Join the community