Tiny typo in storage.md documentation: **AngularFireStorage** `<input type="file" (onchange)="uploadFile($event)">` should be: `<input type="file" (change)="uploadFile($event)">`