Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 2d79126

Browse files
clydindevversion
authored andcommitted
refactor: remove examples reliance on APF internal structure
Loading the Material examples now uses the newly provide `loadExample` helper function and avoids the need to manually specify APF directory structures which can change as new ECMAScript versions are used. Components PR: angular/components#26968
1 parent de31342 commit 2d79126

File tree

5 files changed

+10574
-7161
lines changed

5 files changed

+10574
-7161
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Input hashes for repository rule npm_translate_lock(name = "npm", pnpm_lock = "//:pnpm-lock.yaml").
22
# This file should be checked into version control along with the pnpm-lock.yaml file.
33
.npmrc=-1306950124
4-
pnpm-lock.yaml=177233578
5-
yarn.lock=713146018
6-
package.json=-737298610
4+
pnpm-lock.yaml=509889123
5+
yarn.lock=-1190380766
6+
package.json=379393618

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@angular/cdk-experimental": "^16.0.0-next.4",
3636
"@angular/common": "^16.0.0-next.5",
3737
"@angular/compiler": "^16.0.0-next.5",
38-
"@angular/components-examples": "https://github.com/angular/material2-docs-content.git#2f63410f273e10e1539f08f1ea99a02edf6ab6b9",
38+
"@angular/components-examples": "https://github.com/angular/material2-docs-content.git#5d7786c0abcb58e0dfe2e4922f1cf58e6e55e61f",
3939
"@angular/core": "^16.0.0-next.5",
4040
"@angular/forms": "^16.0.0-next.5",
4141
"@angular/google-maps": "^16.0.0-next.4",

0 commit comments

Comments
 (0)