By: @BTroncone
Also check out my lesson @ngrx/store in 10 minutes on egghead.io!
Update: Non-middleware examples have been updated to ngrx/store v2. More coming soon!
Table of Contents
| [ | |
| "Alexa, quais são suas habilidades mais populares?", | |
| "Alexa, quais são suas habilidades com jogos?", | |
| "Alexa, quais são suas habilidades domésticas inteligentes?", | |
| "Alexa, que coisas posso experimentar?", | |
| "Alexa, jogar Akinator", | |
| "Alexa, tocar BH FM", | |
| "Alexa, abra frases desmotivacionais", | |
| "Alexa, jogar Perguntados", | |
| "Qual é a previsão para Sagitário", |
| /** | |
| * @license | |
| * Copyright Google LLC All Rights Reserved. | |
| * | |
| * Use of this source code is governed by an MIT-style license that can be | |
| * found in the LICENSE file at https://angular.io/license | |
| */ | |
| // Here's an example of the before and after. | |
| // BEFORE |
By: @BTroncone
Also check out my lesson @ngrx/store in 10 minutes on egghead.io!
Update: Non-middleware examples have been updated to ngrx/store v2. More coming soon!
Table of Contents
| <!-- GZip static file content. Overrides the server default which only compresses static files over 2700 bytes --> | |
| <httpCompression directory="%SystemDrive%\websites\_compressed" minFileSizeForComp="1024"> | |
| <scheme name="gzip" dll="%Windir%\system32\inetsrv\gzip.dll" /> | |
| <staticTypes> | |
| <add mimeType="text/*" enabled="true" /> | |
| <add mimeType="message/*" enabled="true" /> | |
| <add mimeType="application/javascript" enabled="true" /> | |
| <add mimeType="application/json" enabled="true" /> | |
| <add mimeType="*/*" enabled="false" /> | |
| </staticTypes> |
| { | |
| "estados": [ | |
| { | |
| "sigla": "AC", | |
| "nome": "Acre", | |
| "cidades": [ | |
| "Acrelândia", | |
| "Assis Brasil", | |
| "Brasiléia", | |
| "Bujari", |