UNPKG
@jumamiller/auth-ng
Version:
latest (1.0.0)
1.0.0
Auth package for angular
@jumamiller/auth-ng
/
error
/
error.component.ts
7 lines
(6 loc)
•
161 B
text/typescript
View Raw
1
2
3
4
5
6
7
import { Component } from
'@angular/core'
;
@Component
({ selector:
'app-error'
, templateUrl:
'./error.component.html'
, }) export
class
ErrorComponent
{ }