@angular/core 13.0.1 → 13.1.0-next.2

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v13.0.1
2
+ * @license Angular v13.1.0-next.2
3
3
  * (c) 2010-2021 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1928,9 +1928,9 @@ class TestingCompiler extends Compiler {
1928
1928
  throw unimplemented();
1929
1929
  }
1930
1930
  }
1931
- TestingCompiler.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: TestingCompiler, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
1932
- TestingCompiler.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: TestingCompiler });
1933
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: TestingCompiler, decorators: [{
1931
+ TestingCompiler.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0-next.2", ngImport: i0, type: TestingCompiler, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
1932
+ TestingCompiler.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.0-next.2", ngImport: i0, type: TestingCompiler });
1933
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0-next.2", ngImport: i0, type: TestingCompiler, decorators: [{
1934
1934
  type: Injectable
1935
1935
  }] });
1936
1936
  /**
package/fesm2020/core.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v13.0.1
2
+ * @license Angular v13.1.0-next.2
3
3
  * (c) 2010-2021 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -21435,7 +21435,7 @@ class Version {
21435
21435
  /**
21436
21436
  * @publicApi
21437
21437
  */
21438
- const VERSION = new Version('13.0.1');
21438
+ const VERSION = new Version('13.1.0-next.2');
21439
21439
 
21440
21440
  /**
21441
21441
  * @license