<ulclass="crises"><li*ngFor="let crisis of crises$ | async"[class.selected]="crisis.id ===selectedId"><a[routerLink]="[crisis.id]"><spanclass="badge">{{ crisis.id }}</span>{{ crisis.name }}</a></li></ul><router-outlet></router-outlet><!-- Copyright Google LLC. All Rights Reserved.Use of this source code is governed by an MIT-style license thatcan be found in the LICENSE file at http://angular.io/license-->