Angular2 applying Pipe after data is received
问题 I have an Object that is used to manage the data received from the back end. It is initiated with all the fields as display: false , and if I receive that specific field from the server, I will eventually change it to true . filterGroups (initial): export let filterGroups: any = { genericFilters: { iboId: { 'display': false, 'template': '' }, iboCode: { 'display': false, 'template': 'text/iboCode' }, iboName: { 'display': false, 'template': 'text_input_iboName' }, iboSurname: { 'display':