@indice/ng-components 0.2.153-beta.18 → 0.2.153-beta.19

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.
@@ -1984,7 +1984,12 @@
1984
1984
  type: i0.Output
1985
1985
  }] } });
1986
1986
 
1987
- var LIBTABGROUP_ACCESSOR = new i0.InjectionToken('LibTabGroupAccessor');
1987
+ var APP_LINKS = new i0.InjectionToken('APP_LINKS');
1988
+ var APP_NOTIFICATIONS = new i0.InjectionToken('APP_NOTIFICATIONS');
1989
+ var SHELL_CONFIG = new i0.InjectionToken('SHELL_CONFIG');
1990
+ var APP_LANGUAGES = new i0.InjectionToken('APP_LANGUAGES');
1991
+ var LIBTABGROUP_ACCESSOR = new i0.InjectionToken('LibTabGroupAccessor');
1992
+
1988
1993
  var LibTabGroupComponent = /** @class */ (function () {
1989
1994
  function LibTabGroupComponent() {
1990
1995
  /** The inner tabs of the group. */
@@ -2112,11 +2117,6 @@
2112
2117
  type: i0.Input
2113
2118
  }] } });
2114
2119
 
2115
- var APP_LINKS = new i0.InjectionToken('APP_LINKS');
2116
- var APP_NOTIFICATIONS = new i0.InjectionToken('APP_NOTIFICATIONS');
2117
- var SHELL_CONFIG = new i0.InjectionToken('SHELL_CONFIG');
2118
- var APP_LANGUAGES = new i0.InjectionToken('APP_LANGUAGES');
2119
-
2120
2120
  var DynamicComponentHostDirective = /** @class */ (function () {
2121
2121
  function DynamicComponentHostDirective(viewContainerRef) {
2122
2122
  this.viewContainerRef = viewContainerRef;