Updates the app itself to reflect the result of using the `experimentalIvy` flag on the CLI. The result is similar to: npx @angular/cli@next new cli-hello-world-ivy --experimental-ivy --defaults But replaces the current (cli `7.2.0-rc.0`) `renderComponent` bootstrap with the usual `platformBrowserDynamic` one. It also keeps what the app did (display a pipe, tests it). PR Close #27797
13 lines
213 B
JSON
13 lines
213 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../out-tsc/app",
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"types": [
|
|
"jasmine",
|
|
"jasminewd2",
|
|
"node"
|
|
]
|
|
}
|
|
} |