docs(aio): change in-mem-web-api version for examples (#19668)
PR Close #19668
This commit is contained in:
parent
60bdcd6f5f
commit
9b264c5c78
|
@ -68,7 +68,7 @@
|
||||||
// other libraries
|
// other libraries
|
||||||
'rxjs': 'npm:rxjs@5.0.1',
|
'rxjs': 'npm:rxjs@5.0.1',
|
||||||
'tslib': 'npm:tslib/tslib.js',
|
'tslib': 'npm:tslib/tslib.js',
|
||||||
'angular-in-memory-web-api': 'npm:angular-in-memory-web-api/bundles/in-memory-web-api.umd.js',
|
'angular-in-memory-web-api': 'npm:angular-in-memory-web-api@0.4/bundles/in-memory-web-api.umd.js',
|
||||||
'ts': 'npm:plugin-typescript@5.2.7/lib/plugin.js',
|
'ts': 'npm:plugin-typescript@5.2.7/lib/plugin.js',
|
||||||
'typescript': 'npm:typescript@2.3.2/lib/typescript.js',
|
'typescript': 'npm:typescript@2.3.2/lib/typescript.js',
|
||||||
|
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
// other libraries
|
// other libraries
|
||||||
'rxjs': 'npm:rxjs@5.0.1',
|
'rxjs': 'npm:rxjs@5.0.1',
|
||||||
'tslib': 'npm:tslib/tslib.js',
|
'tslib': 'npm:tslib/tslib.js',
|
||||||
'angular-in-memory-web-api': 'npm:angular-in-memory-web-api/bundles/in-memory-web-api.umd.js',
|
'angular-in-memory-web-api': 'npm:angular-in-memory-web-api@0.4/bundles/in-memory-web-api.umd.js',
|
||||||
'ts': 'npm:plugin-typescript@5.2.7/lib/plugin.js',
|
'ts': 'npm:plugin-typescript@5.2.7/lib/plugin.js',
|
||||||
'typescript': 'npm:typescript@2.3.2/lib/typescript.js',
|
'typescript': 'npm:typescript@2.3.2/lib/typescript.js',
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue