Project

General

Profile

1
// import { NgModule } from '@angular/core';
2
// import { RouterModule } from '@angular/router';
3
//
4
// import {SoftwareComponent } from './software.component';
5
// import {FreeGuard} from'../../login/freeGuard.guard';
6
// import {PreviousRouteRecorder} from'../../utils/piwik/previousRouteRecorder.guard';
7
//
8
// @NgModule({
9
//  imports: [
10
//   RouterModule.forChild([
11
//     { path: '', component: SoftwareComponent, canActivate: [FreeGuard],canDeactivate: [PreviousRouteRecorder]  }
12
//   ])
13
// ]
14
// })
15
// export class SoftwareRoutingModule { }
(1-1/5)