I am new to angular 2 and typescript. I see
export interface EjectTaskOptions extends BuildOptions { force?: boolean; app?: string; }
in some typescript examples. What does this ( ?: Mean? Is it a ternary operator (only with a false condition) or some other?
Thanks in advance.
source share