File

src/types/router-ngx-permissions.type.ts

Index

Properties

Properties

except
except: string[]
Type : string[]
only
only: string[]
Type : string[]
redirectTo
redirectTo: string
Type : string
export interface RouterNgxPermissions {
  only: string[];
  except: string[];
  redirectTo: string;
}

results matching ""

    No results matching ""