Angular - Components
This component code throws an error:
What is the error?
@Component({
selector: 'app-error',
template: `Error
`,
styles: '.error { color: red; }',
encapsulation: ViewEncapsulation.Emulated
})
export class ErrorComponent {}What is the error?
