I have ion-list with ion-items; I want the last item in a group to have no bottom border. no-lines seems to be the property/class/style I need to use with last. However this doesn’t work: [no-lines] = ‘last’ (this results in an error “no-lines is not an attribute of ion-item”) or [style.no-lines] = ‘last’ or [class.no-lines] = ‘last’. Please help
↧