我正在使用可编辑的formarray。 我的模特: class Book { id: number; name: string; active: boolean; } allBooks: [ {id: 1, name: 'book1', a...
確定! 回上一頁