There is a service that manages the list using set/get methods:
set/get
@Injectable() export class ListService { private items: any[] = []; getItems