mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
[ci:force] - Fixed lint
This commit is contained in:
@@ -41,7 +41,6 @@ export class ShellModule {
|
||||
|
||||
/**
|
||||
* Resolve module for routes
|
||||
*
|
||||
* @param routes route configuration
|
||||
* @returns module with providers
|
||||
*/
|
||||
@@ -60,7 +59,6 @@ function getModuleForRoutes(routes: Routes): ModuleWithProviders<ShellModule> {
|
||||
|
||||
/**
|
||||
* Resolve a module for the route configuration
|
||||
*
|
||||
* @param config route configuration
|
||||
* @returns module with providers
|
||||
*/
|
||||
|
@@ -20,8 +20,8 @@ import { ShellLayoutComponent } from './components/shell/shell.component';
|
||||
import { SHELL_AUTH_TOKEN } from './services/shell-app.service';
|
||||
|
||||
export const SHELL_LAYOUT_ROUTE: Route = {
|
||||
path: '',
|
||||
component: ShellLayoutComponent,
|
||||
canActivate: [SHELL_AUTH_TOKEN],
|
||||
children: []
|
||||
path: '',
|
||||
component: ShellLayoutComponent,
|
||||
canActivate: [SHELL_AUTH_TOKEN],
|
||||
children: []
|
||||
};
|
||||
|
Reference in New Issue
Block a user