@ts-core/angular 19.0.13 → 19.0.14

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.
@@ -7154,12 +7154,16 @@ class BooleanValueStorage extends ValueStorage {
7154
7154
  }
7155
7155
 
7156
7156
  class ClassTypeValueStorage extends JSONValueStorage {
7157
+ classType;
7157
7158
  //--------------------------------------------------------------------------
7158
7159
  //
7159
- // Properties
7160
+ // Constructor
7160
7161
  //
7161
7162
  //--------------------------------------------------------------------------
7162
- classType;
7163
+ constructor(name, classType, storage, cookies) {
7164
+ super(name, storage, cookies);
7165
+ this.classType = classType;
7166
+ }
7163
7167
  //--------------------------------------------------------------------------
7164
7168
  //
7165
7169
  // Protected Methods