|
|
|
@ -11,13 +11,12 @@ import { |
|
|
|
} from '@angular/core'; |
|
|
|
import { CommonModule } from '@angular/common'; |
|
|
|
import { NgbDropdownModule } from '@ng-bootstrap/ng-bootstrap'; |
|
|
|
import { LazyTranslatePipe } from '../../pipes'; |
|
|
|
import { RouterModule } from '@angular/router'; |
|
|
|
|
|
|
|
@Component({ |
|
|
|
selector: 'abp-routes', |
|
|
|
templateUrl: 'routes.component.html', |
|
|
|
imports: [CommonModule, RouterModule, CoreModule, NgbDropdownModule, LazyTranslatePipe], |
|
|
|
imports: [CommonModule, RouterModule, CoreModule, NgbDropdownModule], |
|
|
|
}) |
|
|
|
export class RoutesComponent { |
|
|
|
public readonly routesService = inject(RoutesService); |
|
|
|
|