I have to receive an Array in Angular2, since I have not yet done the "send it" thing, I'm simulating that I'm receiving it, the problem is that when using a ngFor it does not do anything.
@Input() steps: Array<number>[4]; //Así no func...
asked by
23.04.2018 / 14:03