@steeveproject/ngx-steem-keychain
Version:
Your Angular interface to Steem Keychain
12 lines (11 loc) • 410 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
export declare class SteemKeychainModule {
/**
* Use in AppModule: new instance of SteemKeychainService.
*/
static forRoot(): ModuleWithProviders<SteemKeychainModule>;
/**
* Use in features modules with lazy loading: new instance of SteemKeychainService.
*/
static forChild(): ModuleWithProviders<SteemKeychainModule>;
}