UNPKG

@steeveproject/ngx-steem-keychain

Version:
12 lines (11 loc) 410 B
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>; }