美文网首页
angular 提示错误TSLint: The selector

angular 提示错误TSLint: The selector

作者: feng_wy | 来源:发表于2021-02-24 13:56 被阅读0次
import {Component} from '@angular/core';

@Component({
  selector: 'login-page',
  templateUrl: './login.component.html',
  styleUrls: ['./login.component.css']
})
export class LoginComponent {
}

selector提示红色,意思是应该有前缀app.修改为app-login-page即可

相关文章

网友评论

      本文标题:angular 提示错误TSLint: The selector

      本文链接:https://www.haomeiwen.com/subject/qdlsfltx.html