import { Component, OnInit, ViewEncapsulation } from '@angular/core'; import { Helpers } from '../../../../../helpers'; @Component({ selector: '.m-grid__item.m-grid__item--fluid.m-wrapper', templateUrl: './header-profile.component.html', encapsulation: ViewEncapsulation.None }) export class HeaderProfileComponent implements OnInit { constructor() {} ngOnInit() {} }