import { Component,ViewEncapsulation } from '@angular/core'; @Component({ selector: 'sweeper-footer-two', templateUrl: './footer-two.component.html', styleUrls: ['./footer-two.component.scss'], //encapsulation:ViewEncapsulation.None }) export class FooterTwoComponent { title = "footer-two"; }