@@ -2,8 +2,11 @@ import { Component, ViewEncapsulation } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'main-app',
|
||||
templateUrl: '../shared/main-app/main-app.component.html',
|
||||
styleUrls: ['../shared/main-app/main-app.component.scss'],
|
||||
templateUrl: './main-app.component.html',
|
||||
styleUrls: [
|
||||
'../shared/main-app/main-app.component.scss',
|
||||
'./main-app.component.scss'
|
||||
],
|
||||
encapsulation: ViewEncapsulation.None
|
||||
})
|
||||
export class MainAppComponent { }
|
||||
|
||||
Reference in New Issue
Block a user