Commit 23c2b744 by Antti Väyrynen

tslintfix

1 parent cef7666e
......@@ -2,7 +2,7 @@ import { Component } from '@angular/core';
import { AppService } from './shared/app.service';
@Component({
selector: 'app-root',
selector: 'moya-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.scss']
})
......
......@@ -127,7 +127,6 @@
true,
"element",
"moya",
"app",
"kebab-case"
],
"no-output-on-prefix": true,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!