Skip to content

Commit 0bb1e2f

Browse files
committed
Uninstaller application #1041
1 parent 7d5fe4f commit 0bb1e2f

19 files changed

Lines changed: 32 additions & 85 deletions

uninstall/.angular-cli.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
3+
"project": {
4+
"name": "uninstall"
5+
},
6+
"test": {
7+
"karma": {
8+
"config": "./karma.conf.js"
9+
}
10+
},
11+
"defaults": {
12+
"styleExt": "css",
13+
"component": {}
14+
}
15+
}
File renamed without changes.

uninstall/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Uninstall

uninstall/browser/about.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>About</title>
5+
<link rel="stylesheet" href="../node_modules/patternfly/dist/css/patternfly.css">
6+
<link rel="stylesheet" href="../node_modules/patternfly/dist/css/patternfly-additions.css">
7+
<link rel="stylesheet" href="app.css">
8+
<script src="./about.js"></script>
9+
</head>
10+
<body class="container-fluid" ng-class="{'about-background':background}" ui-view>
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)