@one-paragon/angular-utilities 2.0.21-beta.2 → 2.0.21
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.
|
@@ -700,6 +700,10 @@ function getInjector(options) {
|
|
|
700
700
|
return providedInjector ?? inject(Injector);
|
|
701
701
|
}
|
|
702
702
|
|
|
703
|
+
/**
|
|
704
|
+
* @deprecated use RequestStateFactory
|
|
705
|
+
*/
|
|
706
|
+
|
|
703
707
|
var FieldType;
|
|
704
708
|
(function (FieldType) {
|
|
705
709
|
FieldType[FieldType["Unknown"] = 0] = "Unknown";
|