@types/angular-feature-flags
Advanced tools
@@ -9,5 +9,5 @@ // Type definitions for angular-feature-flags 1.4.0 | ||
| import * as angular from "angular"; | ||
| import * as ng from 'angular'; | ||
| declare module "angular" { | ||
| declare module 'angular' { | ||
| namespace featureflags { | ||
@@ -31,3 +31,4 @@ export interface FlagData { | ||
| /** | ||
| * A long description of the flag to further explain the feature being toggled (only visible in the list of flags) | ||
| * A long description of the flag to further explain the feature being toggled | ||
| * (only visible in the list of flags) | ||
| */ | ||
@@ -38,9 +39,13 @@ description: string; | ||
| export interface FeatureFlagsProvider { | ||
| setInitialFlags(flags: Array<FlagData>): void; | ||
| setInitialFlags(flags: ReadonlyArray<FlagData>): void; | ||
| } | ||
| export interface FeatureFlagsService { | ||
| set(flagsPromise: angular.IPromise<FlagData> | angular.IHttpPromise<FlagData>): void; | ||
| set( | ||
| flagsPromise: | ||
| | ng.IPromise<ReadonlyArray<FlagData>> | ||
| | ng.IHttpPromise<ReadonlyArray<FlagData>> | ||
| ): void; | ||
| } | ||
| } | ||
| } |
| { | ||
| "name": "@types/angular-feature-flags", | ||
| "version": "1.4.5", | ||
| "version": "1.4.6", | ||
| "description": "TypeScript definitions for angular-feature-flags", | ||
@@ -21,4 +21,4 @@ "license": "MIT", | ||
| }, | ||
| "typesPublisherContentHash": "efd713f4c16f501f3dbca3465654ca2089f36f4f8d368af6021f21c1a87b14b2", | ||
| "typesPublisherContentHash": "dc90a23131a8e677a56eff24b069197efe1464306917b6bdc3a071ef705fdd76", | ||
| "typeScriptVersion": "2.3" | ||
| } |
@@ -11,3 +11,3 @@ # Installation | ||
| Additional Details | ||
| * Last updated: Mon, 21 Aug 2017 21:47:08 GMT | ||
| * Last updated: Wed, 23 Aug 2017 17:50:58 GMT | ||
| * Dependencies: angular | ||
@@ -14,0 +14,0 @@ * Global values: none |
3830
2.96%40
14.29%