Socket
Socket
Sign inDemoInstall

@volo/abp.ng.language-management

Package Overview
Dependencies
133
Maintainers
1
Versions
172
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.4.0-rc.2 to 7.4.0-rc.3

17

lib/components/languages/languages.component.d.ts

@@ -9,7 +9,7 @@ import { ConfigStateService, ListService, PagedResultDto, SessionStateService } from '@abp/ng.core';

readonly list: ListService<GetLanguagesTextsInput>;
private confirmationService;
private service;
private injector;
private configState;
private sessionService;
protected confirmationService: ConfirmationService;
protected service: LanguageService;
protected injector: Injector;
protected configState: ConfigStateService;
protected sessionService: SessionStateService;
data: PagedResultDto<LanguageDto>;

@@ -23,4 +23,7 @@ cultures$: import("rxjs").Observable<CultureInfoDto[]>;

constructor(list: ListService<GetLanguagesTextsInput>, confirmationService: ConfirmationService, service: LanguageService, injector: Injector, configState: ConfigStateService, sessionService: SessionStateService);
private createForm;
private hookToQuery;
protected get controls(): {
[key: string]: import("@angular/forms").AbstractControl<any, any>;
};
protected createForm(): void;
protected hookToQuery(): void;
ngOnInit(): void;

@@ -27,0 +30,0 @@ openModal(): void;

{
"name": "@volo/abp.ng.language-management",
"version": "7.4.0-rc.2",
"version": "7.4.0-rc.3",
"homepage": "https://abp.io",
"dependencies": {
"@abp/ng.components": "~7.4.0-rc.2",
"@abp/ng.theme.shared": "~7.4.0-rc.2",
"@volo/abp.commercial.ng.ui": "~7.4.0-rc.2",
"@abp/ng.components": "~7.4.0-rc.3",
"@abp/ng.theme.shared": "~7.4.0-rc.3",
"@volo/abp.commercial.ng.ui": "~7.4.0-rc.3",
"tslib": "^2.0.0"

@@ -10,0 +10,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc