Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ngxi4-dynamic-service

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngxi4-dynamic-service

This library was generated by Doan Quoc Cuong ([cuongdq.payment@gmail.com](https://github.com/cuongdqpayment/ngxi4-dynamic-service)) with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.13.

  • 0.0.15
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
increased by100%
Maintainers
1
Weekly downloads
 
Created
Source

Ngxi4DynamicService

This library was generated by Doan Quoc Cuong (cuongdq.payment@gmail.com) with Angular CLI version 8.2.13.

Install:

Run npm install ngxi4-dynamic-service --save to get service for using.

Use:

1. add in ./app.module.ts

import { Ngxi4DynamicServiceModule } from 'ngxi4-dynamic-service'

@NgModule({ // ... imports: [

// ....

// add module ngxi4-dynamic-service
Ngxi4DynamicServiceModule.forRoot()
// or define authServerUrl link to your api server
// Ngxi4DynamicServiceModule.forRoot({ authServerUrl: 'https://xyz.com/auth'})

] })

2. add in ./home.module.ts:

import { Ngxi4DynamicServiceModule } from 'ngxi4-dynamic-service'

@NgModule({ // ... imports: [ // .... // add module ngxi4-dynamic-service Ngxi4DynamicServiceModule ] })

3. Use for services in ./home.page.ts

import { AuthService, CommonsService } from 'ngxi4-dynamic-service';

@Component({ selector: 'app-home', templateUrl: 'home.page.html', styleUrls: ['home.page.scss'], }) export class HomePage implements OnInit{

constructor( private apiAuth: AuthService , private apiCommon: CommonsService ) {}

ngOnInit() { this.apiAuth.getDynamicUrl(this.apiAuth.serviceUrls.AUTH_SERVER + "/captcha-token") .then(data => { console.log('data', data); }) .catch(err => { console.log('error', err); this.apiCommon.presentAlert('Error', err.message); }) }

}

DynamicFormMobile:

  • ver 6.0 thêm đối tượng object, element, list
  • Định nghĩa để trả về value = string: {key,value} | {name:object:{key,value} | {name:,items:[{key,value}]}
  • Biến isEditingObjects sẽ ẩn các nút lệnh không cho thực thi form nếu đang sửa chữa các phần tử con
  • ver 5.0 Ngày 05/10/2019
  • Bổ sung crop ảnh, chụp luôn hình ảnh ngay trên form
  • dữ liệu ảnh trả về là một chuỗi base64 của ảnh, giảm kích thước...
  • Hành động lưu csdl save:
  • // thực thi lệnh lưu csdl client (dành cho app mobile)
  • btn = {next:'CALLBACK', table:'table_name', wheres:['column_name']}
  • // sau 1 giây thực thi luôn form
  • auto_hidden = {next:'CALLBACK', table:'table_name', wheres:['column_name']}
  • // thực thi lệnh post lên cloud
  • btn = {next:'CALLBACK', url:'https://...', token:true}
  • // đóng luôn
  • btn = {next:'CLOSE'}
  • ver 4.0 ngày 10/09/2019
  • Chuyển đổi ionic 4
  • ver 3.1 29/08/2019
  • Tính năng ajax thay đổi một array các item trong form
  • bỏ thuộc tính mặt định có nút home, mà phải khai cho nó là true
  • ver 3.0 16/08/2019
  • Thêm tính năng gọi ajax thay đổi giá trị khi chọn lựa
  • Xem form administrators cho biến gọi lại là ajax
  • Truyền lên cả giá trị value = 0 hoặc false
  • ver 2.0
  • 11/06/2019
  • chi con lai key,value valid for select

FAQs

Package last updated on 13 Nov 2019

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc