Підкажіть пліз, як підключити в Ангулар 8 в компонент файл CSS з іншого компонента?
Бо так
@Component({
selector: 'app-examle',
templateUrl: './example.component.html',
styleUrls: ['./example.component.css',
'.//src/app/component/user/auth/example-2/example-2.component.css'],
encapsulation: ViewEncapsulation.None
})
І в імпортах
import { Component, OnInit, ViewEncapsulation } from '
@angular/core';
Еррор - не бачить цей файл example-2.component.css