DEV Community

neethu
neethu

Posted on

add and remove dynamic array in angular 8

add and remove dynamic array in angular 8

1

i am working with dyanmic array.. i have a model class .. this i have assign ass array.. but when i bind getting error like ngFor can only iterate array.. Cant identify where i went wrong.. can anybody help me Model.ts

export class AddDriver {
  constructor(
    public additionalDriverId: string,
    public

Top comments (0)