generated from nhcarrigan/template
feat: we have a functional prototype
This commit is contained in:
14
client/src/app/error/error.component.ts
Normal file
14
client/src/app/error/error.component.ts
Normal file
@ -0,0 +1,14 @@
|
||||
import { Component, input } from "@angular/core";
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
@Component({
|
||||
imports: [],
|
||||
selector: 'app-error',
|
||||
styleUrl: './error.component.css',
|
||||
templateUrl: "./error.component.html",
|
||||
})
|
||||
export class ErrorComponent {
|
||||
public error = input.required<string>();
|
||||
}
|
Reference in New Issue
Block a user