@frontegg/angular 5.37.1-alpha.5776135608 → 5.38.0-alpha.5809523595
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/frontegg-angular.umd.js +86 -95
- package/bundles/frontegg-angular.umd.js.map +1 -1
- package/esm2015/frontegg-angular.js +1 -3
- package/esm2015/lib/directives/authorized-content.directive.js +14 -16
- package/esm2015/lib/frontegg-app.module.js +13 -8
- package/esm2015/lib/frontegg-app.service.js +13 -14
- package/esm2015/lib/frontegg-auth.service.js +9 -13
- package/esm2015/lib/frontegg-entitlements.service.js +9 -11
- package/esm2015/lib/frontegg-subscription.services.js +9 -11
- package/esm2015/lib/frontegg.component.js +12 -8
- package/esm2015/lib/guards/frontegg-auth.guard.js +10 -13
- package/esm2015/lib/guards/frontegg-load.guard.js +8 -8
- package/fesm2015/frontegg-angular.js +79 -84
- package/fesm2015/frontegg-angular.js.map +1 -1
- package/frontegg-angular.d.ts +1 -2
- package/frontegg-angular.d.ts.map +1 -1
- package/lib/directives/authorized-content.directive.d.ts +3 -0
- package/lib/directives/authorized-content.directive.d.ts.map +1 -1
- package/lib/frontegg-app.module.d.ts +8 -0
- package/lib/frontegg-app.module.d.ts.map +1 -1
- package/lib/frontegg-app.service.d.ts +3 -0
- package/lib/frontegg-app.service.d.ts.map +1 -1
- package/lib/frontegg-auth.service.d.ts +3 -0
- package/lib/frontegg-auth.service.d.ts.map +1 -1
- package/lib/frontegg-entitlements.service.d.ts +3 -0
- package/lib/frontegg-entitlements.service.d.ts.map +1 -1
- package/lib/frontegg-subscription.services.d.ts +3 -0
- package/lib/frontegg-subscription.services.d.ts.map +1 -1
- package/lib/frontegg.component.d.ts +3 -0
- package/lib/frontegg.component.d.ts.map +1 -1
- package/lib/guards/frontegg-auth.guard.d.ts +3 -0
- package/lib/guards/frontegg-auth.guard.d.ts.map +1 -1
- package/lib/guards/frontegg-load.guard.d.ts +3 -0
- package/lib/guards/frontegg-load.guard.d.ts.map +1 -1
- package/package.json +1 -2
- package/bundles/frontegg-angular.umd.min.js +0 -2
- package/bundles/frontegg-angular.umd.min.js.map +0 -1
- package/frontegg-angular.metadata.json +0 -1
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@angular/router'), require('@frontegg/js'), require('@frontegg/redux-store'), require('rxjs'), require('@frontegg/rest-api'), require('@angular/core/package.json'), require('rxjs/operators'), require('fast-deep-equal')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define('@frontegg/angular', ['exports', '@angular/core', '@angular/common', '@angular/router', '@frontegg/js', '@frontegg/redux-store', 'rxjs', '@frontegg/rest-api', '@angular/core/package.json', 'rxjs/operators', 'fast-deep-equal'], factory) :
|
|
4
4
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.frontegg = global.frontegg || {}, global.frontegg.angular = {}), global.ng.core, global.ng.common, global.ng.router, global.FronteggJS, global.FronteggReduxStore, global.rxjs, global.FronteggRestApi, global.ng.core.packageJson, global.rxjs.operators, global.FastDeepEqual));
|
|
5
|
-
}(this, (function (exports, i0, common, i1, js, reduxStore, rxjs, restApi, angularCoreVersion, operators, FastDeepEqual) { 'use strict';
|
|
5
|
+
})(this, (function (exports, i0, common, i1, js, reduxStore, rxjs, restApi, angularCoreVersion, operators, FastDeepEqual) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
8
|
|
|
@@ -15,14 +15,12 @@
|
|
|
15
15
|
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
16
16
|
Object.defineProperty(n, k, d.get ? d : {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () {
|
|
19
|
-
return e[k];
|
|
20
|
-
}
|
|
18
|
+
get: function () { return e[k]; }
|
|
21
19
|
});
|
|
22
20
|
}
|
|
23
21
|
});
|
|
24
22
|
}
|
|
25
|
-
n[
|
|
23
|
+
n["default"] = e;
|
|
26
24
|
return Object.freeze(n);
|
|
27
25
|
}
|
|
28
26
|
|
|
@@ -359,25 +357,27 @@
|
|
|
359
357
|
};
|
|
360
358
|
return FronteggLoadGuard;
|
|
361
359
|
}());
|
|
362
|
-
FronteggLoadGuard
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
]; };
|
|
360
|
+
FronteggLoadGuard.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FronteggLoadGuard, deps: [{ token: FronteggAppService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
361
|
+
FronteggLoadGuard.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FronteggLoadGuard });
|
|
362
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FronteggLoadGuard, decorators: [{
|
|
363
|
+
type: i0.Injectable
|
|
364
|
+
}], ctorParameters: function () { return [{ type: FronteggAppService }]; } });
|
|
368
365
|
|
|
369
366
|
var FronteggComponent = /** @class */ (function () {
|
|
370
367
|
function FronteggComponent() {
|
|
371
368
|
}
|
|
372
369
|
return FronteggComponent;
|
|
373
370
|
}());
|
|
374
|
-
FronteggComponent
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
371
|
+
FronteggComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FronteggComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
372
|
+
FronteggComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: FronteggComponent, selector: "frontegg", ngImport: i0__namespace, template: "", isInline: true });
|
|
373
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FronteggComponent, decorators: [{
|
|
374
|
+
type: i0.Component,
|
|
375
|
+
args: [{
|
|
376
|
+
// tslint:disable-next-line:component-selector
|
|
377
|
+
selector: 'frontegg',
|
|
378
|
+
template: "",
|
|
379
|
+
}]
|
|
380
|
+
}] });
|
|
381
381
|
|
|
382
382
|
var sdkVersion = { version: '5.37.0' };
|
|
383
383
|
|
|
@@ -442,7 +442,7 @@
|
|
|
442
442
|
fronteggSdkVersion: "@frontegg/angular@" + sdkVersion.version,
|
|
443
443
|
//TODO: remove this ts-ignore after updating rest-api context options type to accept string.
|
|
444
444
|
//@ts-ignore
|
|
445
|
-
framework: restApi.FronteggFrameworks.Angular + "@" + angularCoreVersion__default[
|
|
445
|
+
framework: restApi.FronteggFrameworks.Angular + "@" + angularCoreVersion__default["default"].version,
|
|
446
446
|
};
|
|
447
447
|
restApi.ContextHolder.setOnRedirectTo(onRedirectTo);
|
|
448
448
|
this.fronteggApp = js.initialize(Object.assign({ onRedirectTo: onRedirectTo }, this.config));
|
|
@@ -576,17 +576,19 @@
|
|
|
576
576
|
};
|
|
577
577
|
return FronteggAppService;
|
|
578
578
|
}());
|
|
579
|
-
FronteggAppService.ɵ
|
|
580
|
-
FronteggAppService
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
579
|
+
FronteggAppService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FronteggAppService, deps: [{ token: FronteggAppOptionsClass }, { token: i1__namespace.Router }, { token: i0__namespace.NgZone }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
580
|
+
FronteggAppService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FronteggAppService, providedIn: 'root' });
|
|
581
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FronteggAppService, decorators: [{
|
|
582
|
+
type: i0.Injectable,
|
|
583
|
+
args: [{
|
|
584
|
+
providedIn: 'root',
|
|
585
|
+
}]
|
|
586
|
+
}], ctorParameters: function () {
|
|
587
|
+
return [{ type: undefined, decorators: [{
|
|
588
|
+
type: i0.Inject,
|
|
589
|
+
args: [FronteggAppOptionsClass]
|
|
590
|
+
}] }, { type: i1__namespace.Router }, { type: i0__namespace.NgZone }];
|
|
591
|
+
} });
|
|
590
592
|
|
|
591
593
|
var FronteggBaseGuard = /** @class */ (function () {
|
|
592
594
|
function FronteggBaseGuard() {
|
|
@@ -988,7 +990,7 @@
|
|
|
988
990
|
try {
|
|
989
991
|
for (var authSubStates_1 = __values(authSubStates), authSubStates_1_1 = authSubStates_1.next(); !authSubStates_1_1.done; authSubStates_1_1 = authSubStates_1.next()) {
|
|
990
992
|
var authSubState = authSubStates_1_1.value;
|
|
991
|
-
if (!FastDeepEqual__default[
|
|
993
|
+
if (!FastDeepEqual__default["default"](authSubState.subject.value, authState[authSubState.field])) {
|
|
992
994
|
authSubState.subject.next(authState[authSubState.field]);
|
|
993
995
|
}
|
|
994
996
|
}
|
|
@@ -1019,16 +1021,14 @@
|
|
|
1019
1021
|
};
|
|
1020
1022
|
return FronteggAuthService;
|
|
1021
1023
|
}());
|
|
1022
|
-
FronteggAuthService.ɵ
|
|
1023
|
-
FronteggAuthService
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
{ type: i1.Router }
|
|
1031
|
-
]; };
|
|
1024
|
+
FronteggAuthService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FronteggAuthService, deps: [{ token: FronteggAppService }, { token: i1__namespace.Router }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
1025
|
+
FronteggAuthService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FronteggAuthService, providedIn: 'root' });
|
|
1026
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FronteggAuthService, decorators: [{
|
|
1027
|
+
type: i0.Injectable,
|
|
1028
|
+
args: [{
|
|
1029
|
+
providedIn: 'root',
|
|
1030
|
+
}]
|
|
1031
|
+
}], ctorParameters: function () { return [{ type: FronteggAppService }, { type: i1__namespace.Router }]; } });
|
|
1032
1032
|
|
|
1033
1033
|
var FronteggAuthGuard = /** @class */ (function (_super) {
|
|
1034
1034
|
__extends(FronteggAuthGuard, _super);
|
|
@@ -1079,15 +1079,11 @@
|
|
|
1079
1079
|
};
|
|
1080
1080
|
return FronteggAuthGuard;
|
|
1081
1081
|
}(FronteggBaseGuard));
|
|
1082
|
-
FronteggAuthGuard
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
{ type: FronteggAuthService },
|
|
1088
|
-
{ type: i1.Router },
|
|
1089
|
-
{ type: i0.NgZone }
|
|
1090
|
-
]; };
|
|
1082
|
+
FronteggAuthGuard.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FronteggAuthGuard, deps: [{ token: FronteggAppService }, { token: FronteggAuthService }, { token: i1__namespace.Router }, { token: i0__namespace.NgZone }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
1083
|
+
FronteggAuthGuard.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FronteggAuthGuard });
|
|
1084
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FronteggAuthGuard, decorators: [{
|
|
1085
|
+
type: i0.Injectable
|
|
1086
|
+
}], ctorParameters: function () { return [{ type: FronteggAppService }, { type: FronteggAuthService }, { type: i1__namespace.Router }, { type: i0__namespace.NgZone }]; } });
|
|
1091
1087
|
|
|
1092
1088
|
var AuthorizedContentDirective = /** @class */ (function () {
|
|
1093
1089
|
function AuthorizedContentDirective(templateRef, viewContainer, fronteggAuthService) {
|
|
@@ -1117,19 +1113,16 @@
|
|
|
1117
1113
|
};
|
|
1118
1114
|
return AuthorizedContentDirective;
|
|
1119
1115
|
}());
|
|
1120
|
-
AuthorizedContentDirective
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
AuthorizedContentDirective.propDecorators = {
|
|
1131
|
-
authorizedContent: [{ type: i0.Input }]
|
|
1132
|
-
};
|
|
1116
|
+
AuthorizedContentDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: AuthorizedContentDirective, deps: [{ token: i0__namespace.TemplateRef }, { token: i0__namespace.ViewContainerRef }, { token: FronteggAuthService }], target: i0__namespace.ɵɵFactoryTarget.Directive });
|
|
1117
|
+
AuthorizedContentDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: AuthorizedContentDirective, selector: "[authorizedContent]", inputs: { authorizedContent: "authorizedContent" }, ngImport: i0__namespace });
|
|
1118
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: AuthorizedContentDirective, decorators: [{
|
|
1119
|
+
type: i0.Directive,
|
|
1120
|
+
args: [{
|
|
1121
|
+
selector: '[authorizedContent]',
|
|
1122
|
+
}]
|
|
1123
|
+
}], ctorParameters: function () { return [{ type: i0__namespace.TemplateRef }, { type: i0__namespace.ViewContainerRef }, { type: FronteggAuthService }]; }, propDecorators: { authorizedContent: [{
|
|
1124
|
+
type: i0.Input
|
|
1125
|
+
}] } });
|
|
1133
1126
|
|
|
1134
1127
|
var FronteggSubscriptionService = /** @class */ (function () {
|
|
1135
1128
|
function FronteggSubscriptionService(fronteggAppService) {
|
|
@@ -1177,7 +1170,7 @@
|
|
|
1177
1170
|
this.fronteggAppService.subscriptionsState$.subscribe(function (subscriptionState) {
|
|
1178
1171
|
if (subscriptionState != null) {
|
|
1179
1172
|
var subscription = subscriptionState.billing.subscription, checkoutState = subscriptionState.checkout;
|
|
1180
|
-
if (!FastDeepEqual__default[
|
|
1173
|
+
if (!FastDeepEqual__default["default"](_this.subscriptionStateSubject.getValue(), subscription)) {
|
|
1181
1174
|
_this.subscriptionStateSubject.next(subscription);
|
|
1182
1175
|
}
|
|
1183
1176
|
var checkoutSubjectState = _this.checkoutStateSubject.getValue();
|
|
@@ -1208,15 +1201,14 @@
|
|
|
1208
1201
|
};
|
|
1209
1202
|
return FronteggSubscriptionService;
|
|
1210
1203
|
}());
|
|
1211
|
-
FronteggSubscriptionService.ɵ
|
|
1212
|
-
FronteggSubscriptionService
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
]; };
|
|
1204
|
+
FronteggSubscriptionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FronteggSubscriptionService, deps: [{ token: FronteggAppService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
1205
|
+
FronteggSubscriptionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FronteggSubscriptionService, providedIn: 'root' });
|
|
1206
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FronteggSubscriptionService, decorators: [{
|
|
1207
|
+
type: i0.Injectable,
|
|
1208
|
+
args: [{
|
|
1209
|
+
providedIn: 'root',
|
|
1210
|
+
}]
|
|
1211
|
+
}], ctorParameters: function () { return [{ type: FronteggAppService }]; } });
|
|
1220
1212
|
|
|
1221
1213
|
/**
|
|
1222
1214
|
* An entitlements service for:
|
|
@@ -1310,15 +1302,14 @@
|
|
|
1310
1302
|
};
|
|
1311
1303
|
return FronteggEntitlementsService;
|
|
1312
1304
|
}());
|
|
1313
|
-
FronteggEntitlementsService.ɵ
|
|
1314
|
-
FronteggEntitlementsService
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
]; };
|
|
1305
|
+
FronteggEntitlementsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FronteggEntitlementsService, deps: [{ token: FronteggAppService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
1306
|
+
FronteggEntitlementsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FronteggEntitlementsService, providedIn: 'root' });
|
|
1307
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FronteggEntitlementsService, decorators: [{
|
|
1308
|
+
type: i0.Injectable,
|
|
1309
|
+
args: [{
|
|
1310
|
+
providedIn: 'root',
|
|
1311
|
+
}]
|
|
1312
|
+
}], ctorParameters: function () { return [{ type: FronteggAppService }]; } });
|
|
1322
1313
|
|
|
1323
1314
|
var FronteggAppModule = /** @class */ (function () {
|
|
1324
1315
|
function FronteggAppModule() {
|
|
@@ -1342,13 +1333,17 @@
|
|
|
1342
1333
|
};
|
|
1343
1334
|
return FronteggAppModule;
|
|
1344
1335
|
}());
|
|
1345
|
-
FronteggAppModule
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1336
|
+
FronteggAppModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FronteggAppModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
1337
|
+
FronteggAppModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FronteggAppModule, declarations: [FronteggComponent, AuthorizedContentDirective], imports: [common.CommonModule, i1.RouterModule], exports: [FronteggComponent, AuthorizedContentDirective] });
|
|
1338
|
+
FronteggAppModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FronteggAppModule, imports: [[common.CommonModule, i1.RouterModule]] });
|
|
1339
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FronteggAppModule, decorators: [{
|
|
1340
|
+
type: i0.NgModule,
|
|
1341
|
+
args: [{
|
|
1342
|
+
imports: [common.CommonModule, i1.RouterModule],
|
|
1343
|
+
declarations: [FronteggComponent, AuthorizedContentDirective],
|
|
1344
|
+
exports: [FronteggComponent, AuthorizedContentDirective],
|
|
1345
|
+
}]
|
|
1346
|
+
}] });
|
|
1352
1347
|
|
|
1353
1348
|
/*
|
|
1354
1349
|
* Public API Surface of frontegg-app
|
|
@@ -1360,9 +1355,7 @@
|
|
|
1360
1355
|
|
|
1361
1356
|
Object.defineProperty(exports, 'ContextHolder', {
|
|
1362
1357
|
enumerable: true,
|
|
1363
|
-
get: function () {
|
|
1364
|
-
return restApi.ContextHolder;
|
|
1365
|
-
}
|
|
1358
|
+
get: function () { return restApi.ContextHolder; }
|
|
1366
1359
|
});
|
|
1367
1360
|
exports.AuthorizedContentDirective = AuthorizedContentDirective;
|
|
1368
1361
|
exports.FronteggAppModule = FronteggAppModule;
|
|
@@ -1373,10 +1366,8 @@
|
|
|
1373
1366
|
exports.FronteggEntitlementsService = FronteggEntitlementsService;
|
|
1374
1367
|
exports.FronteggLoadGuard = FronteggLoadGuard;
|
|
1375
1368
|
exports.FronteggSubscriptionService = FronteggSubscriptionService;
|
|
1376
|
-
exports.ɵa = FronteggAppOptionsClass;
|
|
1377
|
-
exports.ɵb = FronteggBaseGuard;
|
|
1378
1369
|
|
|
1379
1370
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
1380
1371
|
|
|
1381
|
-
}))
|
|
1372
|
+
}));
|
|
1382
1373
|
//# sourceMappingURL=frontegg-angular.umd.js.map
|