If your component injects the generated DataService the State tab in Augury will stop working. The reason is because in the DataService we will sometimes have an api call named 'delete' which is a reserved word in js. Renaming 'delete' call to something else (i.e. 'deleteModel') will fix this problem and the state will show properly in Augury.
If your component injects the generated DataService the State tab in Augury will stop working. The reason is because in the DataService we will sometimes have an api call named 'delete' which is a reserved word in js. Renaming 'delete' call to something else (i.e. 'deleteModel') will fix this problem and the state will show properly in Augury.