Angular2 use [(ngModel)] with [ngModelOptions]=“{standalone: true}” to link to a reference to model's property

后端 未结 3 1161
伪装坚强ぢ
伪装坚强ぢ 2020-12-03 02:22

Let\'s say I have a typescript object of type Mailtype like following:

export class Mailtype {
  constructor(
    public name?: string,
    public locale?: s         


        
3条回答
提交回复
热议问题