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