Skip to content

Instantly share code, notes, and snippets.

@Cayan
Created April 12, 2017 01:00
Show Gist options
  • Save Cayan/2b1480bcaf308eb68b57c90ec08e7258 to your computer and use it in GitHub Desktop.
Save Cayan/2b1480bcaf308eb68b57c90ec08e7258 to your computer and use it in GitHub Desktop.
JS: Angular is running in the development mode. Call enableProdMode() to enable the production mode.
JS: changes: 0
JS: === dump(): dumping members ===
JS: {
JS: "item": {
JS: "currentValue": {
JS: "id": 1,
JS: "name": "Ter Stegen",
JS: "role": "Goalkeeper"
JS: },
JS: "firstChange": true
JS: },
JS: "index": {
JS: "currentValue": 0,
JS: "firstChange": true
JS: }
JS: }
JS: === dump(): dumping function and properties names ===
JS: === dump(): finished ===
JS: init 0
JS: after view init: 0
JS: changes: 0
JS: === dump(): dumping members ===
JS: {
JS: "item": {
JS: "currentValue": {
JS: "id": 1,
JS: "name": "Ter Stegen",
JS: "role": "Goalkeeper"
JS: },
JS: "firstChange": true
JS: },
JS: "index": {
JS: "currentValue": 0,
JS: "firstChange": true
JS: }
JS: }
JS: === dump(): dumping function and properties names ===
JS: === dump(): finished ===
JS: init 0
JS: after view init: 0
JS: timeout, adding more items
JS: changes: 1
JS: === dump(): dumping members ===
JS: {
JS: "item": {
JS: "previousValue": {
JS: "id": 1,
JS: "name": "Ter Stegen",
JS: "role": "Goalkeeper"
JS: },
JS: "currentValue": {
JS: "id": 3,
JS: "name": "Piqué",
JS: "role": "Defender"
JS: },
JS: "firstChange": false
JS: },
JS: "index": {
JS: "previousValue": 0,
JS: "currentValue": 1,
JS: "firstChange": false
JS: }
JS: }
JS: === dump(): dumping function and properties names ===
JS: === dump(): finished ===
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment