@angular/material-experimental
Advanced tools
| import { Version } from '@angular/core'; | ||
| const VERSION = new Version('21.1.2'); | ||
| const VERSION = new Version('21.1.3'); | ||
| export { VERSION }; | ||
| //# sourceMappingURL=material-experimental.mjs.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"material-experimental.mjs","sources":["../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/src/material-experimental/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Material experimental package. */\nexport const VERSION = new Version('21.1.2');\n"],"names":["VERSION","Version"],"mappings":";;MAWaA,OAAO,GAAG,IAAIC,OAAO,CAAC,mBAAmB;;;;"} | ||
| {"version":3,"file":"material-experimental.mjs","sources":["../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/src/material-experimental/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Material experimental package. */\nexport const VERSION = new Version('21.1.3');\n"],"names":["VERSION","Version"],"mappings":";;MAWaA,OAAO,GAAG,IAAIC,OAAO,CAAC,mBAAmB;;;;"} |
+4
-4
| { | ||
| "name": "@angular/material-experimental", | ||
| "version": "21.1.2", | ||
| "version": "21.1.3", | ||
| "description": "Experimental components for Angular Material", | ||
@@ -41,3 +41,3 @@ "repository": { | ||
| "peerDependencies": { | ||
| "@angular/cdk": "21.1.2", | ||
| "@angular/cdk": "21.1.3", | ||
| "@angular/core": "^21.0.0 || ^22.0.0", | ||
@@ -47,4 +47,4 @@ "@angular/common": "^21.0.0 || ^22.0.0", | ||
| "@angular/platform-browser": "^21.0.0 || ^22.0.0", | ||
| "@angular/material": "21.1.2", | ||
| "@angular/cdk-experimental": "21.1.2" | ||
| "@angular/material": "21.1.3", | ||
| "@angular/cdk-experimental": "21.1.3" | ||
| }, | ||
@@ -51,0 +51,0 @@ "devDependencies": { |