Update Angular to 9.1.4

This commit is contained in:
Geomitron
2020-05-04 19:14:09 -04:00
parent cb64dda84f
commit 1feb778577
6 changed files with 3079 additions and 1405 deletions

View File

@@ -1,8 +1,10 @@
import { RouteReuseStrategy, ActivatedRouteSnapshot, DetachedRouteHandle } from '@angular/router'
import { Injectable } from '@angular/core'
/**
* This makes each route with the 'reuse' data flag persist when not in focus.
*/
@Injectable()
export class TabPersistStrategy extends RouteReuseStrategy {
private handles: { [path: string]: DetachedRouteHandle } = {}