This repository was archived by the owner on Dec 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
src/app/shared/example-viewer Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 35
35
"@angular/cdk-experimental" : " ^16.0.0-next.4" ,
36
36
"@angular/common" : " ^16.0.0-next.5" ,
37
37
"@angular/compiler" : " ^16.0.0-next.5" ,
38
- "@angular/components-examples" : " https://github.com/angular/material2-docs-content.git#5f06e33d3aab6a59b1f588cbdf5425dbfdf71663 " ,
38
+ "@angular/components-examples" : " https://github.com/angular/material2-docs-content.git#2f63410f273e10e1539f08f1ea99a02edf6ab6b9 " ,
39
39
"@angular/core" : " ^16.0.0-next.5" ,
40
40
"@angular/forms" : " ^16.0.0-next.5" ,
41
41
"@angular/google-maps" : " ^16.0.0-next.4" ,
Original file line number Diff line number Diff line change @@ -191,13 +191,13 @@ export class ExampleViewer implements OnInit {
191
191
const { componentName, module} = EXAMPLE_COMPONENTS [ this . _example ] ;
192
192
// Lazily loads the example package that contains the requested example. Webpack needs to be
193
193
// able to statically determine possible imports for proper chunk generation. Explicitly
194
- // specifying the path to the `fesm2015 ` folder as first segment instructs Webpack to generate
195
- // chunks for each example flat esm2015 bundle. To avoid generating unnecessary chunks for
194
+ // specifying the path to the `fesm ` folder as first segment instructs Webpack to generate
195
+ // chunks for each example flat ESM bundle. To avoid generating unnecessary chunks for
196
196
// source maps (which would never be loaded), we instruct Webpack to exclude source map
197
197
// files. More details: https://webpack.js.org/api/module-methods/#magic-comments.
198
198
const moduleExports : any = await import (
199
199
/* webpackExclude: /\.map$/ */
200
- '@angular/components-examples/fesm2020 /' + module . importSpecifier
200
+ '@angular/components-examples/fesm2022 /' + module . importSpecifier
201
201
) ;
202
202
this . _exampleComponentType = moduleExports [ componentName ] ;
203
203
// The components examples package is built with Ivy. This means that no factory files are
Original file line number Diff line number Diff line change 248
248
dependencies:
249
249
tslib "^2.3.0"
250
250
251
- "@angular/components-examples@https://github.com/angular/material2-docs-content.git#5f06e33d3aab6a59b1f588cbdf5425dbfdf71663 ":
252
- version "15.0 .0"
253
- resolved "https://github.com/angular/material2-docs-content.git#5f06e33d3aab6a59b1f588cbdf5425dbfdf71663 "
251
+ "@angular/components-examples@https://github.com/angular/material2-docs-content.git#2f63410f273e10e1539f08f1ea99a02edf6ab6b9 ":
252
+ version "16.1.0-next .0"
253
+ resolved "https://github.com/angular/material2-docs-content.git#2f63410f273e10e1539f08f1ea99a02edf6ab6b9 "
254
254
dependencies:
255
255
tslib "^2.3.0"
256
256
You can’t perform that action at this time.
0 commit comments