Merge pull request #8 from wwelling/tslint-warnings

Looks good, merging
This commit is contained in:
Art Lowel
2016-12-05 14:24:16 +01:00
committed by GitHub
20 changed files with 69 additions and 66 deletions

View File

@@ -27,7 +27,3 @@ Currently this contains the [Angular 2 Universal Starter](https://github.com/ang
## AoT and Prod
- `npm run build:prod:ngc` to compile the ngfactory files and build prod

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

View File

@@ -1,5 +1,6 @@
<!doctype html>
<html>
<head>
<title>DSpace</title>
<meta charset="UTF-8">
@@ -10,6 +11,7 @@
<base href="/">
</head>
<body>
<ds-app>
@@ -18,4 +20,5 @@
<script async src="/main.bundle.js"></script>
</body>
</html>

View File

@@ -24,5 +24,7 @@
},
"compileOnSave": false,
"buildOnSave": false,
"atom": { "rewriteTsconfig": false }
"atom": {
"rewriteTsconfig": false
}
}

View File

@@ -23,5 +23,7 @@
},
"compileOnSave": false,
"buildOnSave": false,
"atom": { "rewriteTsconfig": false }
"atom": {
"rewriteTsconfig": false
}
}

View File

@@ -6,13 +6,13 @@
"directive-selector": [
true,
"attribute",
"dspace",
"ds",
"camelCase"
],
"component-selector": [
true,
"element",
"dspace",
"ds",
"kebab-case"
],
"use-input-property-decorator": true,
@@ -27,7 +27,7 @@
"pipe-naming": [
true,
"camelCase",
"dspace"
"ds"
],
"component-class-suffix": true,
"directive-class-suffix": true,