View .angular-cli.json-for-migration-scenario.json
{ | |
"$schema": "./node_modules/@angular/cli/lib/config/schema.json", | |
"project": { | |
"name": "migrated" | |
}, | |
"apps": [ | |
{ | |
"root": "src", | |
"outDir": "dist", | |
"assets": [ |
View ngUpgrade-without-prep--new-index.html
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Migrated</title> | |
<base href="/"> | |
<!-- ng1 --> | |
<link rel="stylesheet" href="ng1/bower_components/bootstrap/dist/css/bootstrap.css" /> | |
<link rel="stylesheet" href="ng1/app.css" /> |