Angular - Components
Examine this Angular component decorator:
What is the issue with the styleUrls property?
@Component({
selector: 'app-demo',
styleUrls: ['demo.component.css']
})
export class DemoComponent {}What is the issue with the styleUrls property?
