Skip to content

Instantly share code, notes, and snippets.

View manfredsteyer's full-sized avatar

Manfred Steyer manfredsteyer

View GitHub Profile
@manfredsteyer
manfredsteyer / .angular-cli.json-for-migration-scenario.json
Last active July 14, 2017 12:00
.angular-cli.json for migration scenario
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"project": {
"name": "migrated"
},
"apps": [
{
"root": "src",
"outDir": "dist",
"assets": [
@manfredsteyer
manfredsteyer / ngUpgrade-without-prep--new-index.html
Created July 14, 2017 12:03
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" />