mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Update the docs examples to the latest prerelease versions of Angular CLI and framework (v14.0.0-rc.0). Also update the example apps to more closely align with new CLI apps. See also the [diff][1] between a basic v13.0.0-rc.3 CLI app and a v14.0.0-rc.0 one. [1]: https://github.com/cexbrayat/angular-cli-diff/compare/13.0.0-rc.3...14.0.0-rc.0 PR Close #45997
20 lines
474 B
JSON
20 lines
474 B
JSON
{
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "ng serve",
|
|
"type": "pwa-chrome",
|
|
"request": "launch",
|
|
"preLaunchTask": "npm: start",
|
|
"url": "http://localhost:4200/"
|
|
},
|
|
{
|
|
"name": "ng test",
|
|
"type": "chrome",
|
|
"request": "launch",
|
|
"preLaunchTask": "npm: test",
|
|
"url": "http://localhost:9876/debug.html"
|
|
}
|
|
]
|
|
}
|