We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c571a13 commit d5ce0a6Copy full SHA for d5ce0a6
CHANGELOG.md
@@ -3,6 +3,7 @@
3
###### `v2.Next`
4
- refactor(app.routing): lazy loading via dynamic import()
5
- refactor(tsconfig): "module: "esnext", "target": "es6"
6
+- chore(tslint): remove undefined rules
7
- update: Angular to `v8.0.0-rc-2`
8
- update: `@angular/animations` to `^8.0.0-rc.2`
9
- update: `@angular/common` to `^8.0.0-rc.2`
tslint.json
@@ -129,9 +129,6 @@
129
"kebab-case"
130
],
131
"no-output-on-prefix": true,
132
- "use-input-property-decorator": true,
133
- "use-output-property-decorator": true,
134
- "use-host-property-decorator": true,
135
"no-input-rename": true,
136
"no-output-rename": true,
137
"use-life-cycle-interface": true,
0 commit comments