angular model optional parameter null

Solutions on MaxInterview for angular model optional parameter null by the best coders in the world

showing results for - "angular model optional parameter null"
Sacha
27 Apr 2019
1export class Choice {
2  name: string;
3  price: number;
4  quantity?: number | null;
5  fractional_qty?: number | null;
6  max_fractional_qty?: number | null;
7}
similar questions
queries leading to this page
angular model optional parameter null