您好我有一个登录组件,就像首页一样。问题是存在共享标头,当我在登录页面上时,标题比其他页面略小。这由<html>
标记中的id attr控制。因此,当我加载此登录组件以将该ID添加到<html>
时,我的登录组件现在看起来就像这样。
import { Component } from '@angular/core';
@Component({
templateUrl: "./layout/login/login.component.html"
})
export class LoginComponent{ }