interact-configuration
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -0,9 +1,13 @@ | ||
import { HttpClient } from "@angular/common/http"; | ||
import { FeatureConfig } from './interfaces/feature'; | ||
import * as i0 from "@angular/core"; | ||
export declare class ConfigurationService { | ||
constructor(); | ||
foo(): void; | ||
bar(): void; | ||
foobar(): void; | ||
private http; | ||
config: FeatureConfig; | ||
configUrl: string; | ||
constructor(http: HttpClient); | ||
loadConfig(): Promise<void>; | ||
isFeatureEnabled(key: string): boolean; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ConfigurationService, never>; | ||
static ɵprov: i0.ɵɵInjectableDeclaration<ConfigurationService>; | ||
} |
{ | ||
"name": "interact-configuration", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"peerDependencies": { | ||
"@angular/common": "^14.0.0", | ||
"@angular/core": "^14.0.0" | ||
"@angular/core": "^14.0.0", | ||
"lodash-es": "^4.17.21", | ||
"@types/lodash-es": "^4.17.6" | ||
}, | ||
@@ -8,0 +10,0 @@ "dependencies": { |
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
17568
14
144
5