添加路由复用策略
This commit is contained in:
@@ -6,7 +6,8 @@ import { HistoricalDataComponent } from './historical-data.component';
|
||||
const historicalDataRoutes: Routes = [
|
||||
{
|
||||
path: '',
|
||||
component: HistoricalDataComponent
|
||||
component: HistoricalDataComponent,
|
||||
data: { preload: true, reuse: false }
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user