@hmcts/rpx-xui-common-lib 1.9.0-persist-postcode → 1.9.0-postcode-style-change
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/hmcts-rpx-xui-common-lib.umd.js +6 -5
- package/bundles/hmcts-rpx-xui-common-lib.umd.js.map +1 -1
- package/bundles/hmcts-rpx-xui-common-lib.umd.min.js +1 -1
- package/bundles/hmcts-rpx-xui-common-lib.umd.min.js.map +1 -1
- package/esm2015/lib/components/write-address/write-address.component.js +3 -3
- package/esm2015/lib/components/write-address-inputs/write-address-inputs.component.js +2 -2
- package/esm2015/lib/models/address-message.enum.js +2 -2
- package/esm2015/lib/services/feature-toggle/feature-toggle.guard.js +3 -2
- package/fesm2015/hmcts-rpx-xui-common-lib.js +6 -5
- package/fesm2015/hmcts-rpx-xui-common-lib.js.map +1 -1
- package/hmcts-rpx-xui-common-lib.metadata.json +1 -1
- package/lib/models/address-message.enum.d.ts +1 -1
- package/lib/services/feature-toggle/feature-toggle.guard.d.ts +1 -0
- package/package.json +1 -1
|
@@ -10,6 +10,7 @@ export declare class FeatureToggleGuard implements CanActivate {
|
|
|
10
10
|
* in the data array for the route:
|
|
11
11
|
* - needsFeaturesEnabled: An array of feature keys that need to be enabled for this route
|
|
12
12
|
* - featureDisabledRedirect: the URL to redirect to when the this route is not accessible due to disabled features
|
|
13
|
+
* - expectFeatureEnabled: Sets whether a route should be enabled/disabled based on whether feature is present
|
|
13
14
|
* @param route Automatically provided by Angular
|
|
14
15
|
*/
|
|
15
16
|
canActivate(route: ActivatedRouteSnapshot): Observable<boolean | UrlTree>;
|