Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
@kolkov/ngx-dadata
Advanced tools
Angular 6+ DaData suggestion (подсказки) implementation
Install via npm package manager
npm install @kolkov/ngx-dadata --save
Import ngx-dadata
module
import { HttpClientModule } from '@angular/common/http';
...
import { NgxDaDataModule } from '@kolkov/ngx-dadata';
@NgModule({
imports: [ HttpClientModule, NgxDaDataModule ]
})
Then in HTML
<ngx-da-data [config]="config" [(ngModel)]="currentAddress"></ngx-da-data>
or
<angular-editor formControlName="currentAddress" [config]="config"></angular-editor>
where
import { DaDataConfig } from 'ngx-dadata';
...
config: DaDataConfig = {
apiKey: 'your_api_key',
type: DaDataType.address
};
For ngModel
to work, you must import FormsModule
from @angular/forms
, or for formControlName
, you must import ReactiveFormsModule
from @angular/forms
Demo is here demo
Working code for this demo at stackblitz example
FAQs
Angular 6+ and 13+ DaData suggestion (подсказки) implementation
We found that @kolkov/ngx-dadata demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.