This website requires JavaScript.
Explore
Help
Sign In
ucap
/
next-ucap-messenger
Watch
3
Star
0
Fork
0
You've already forked next-ucap-messenger
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ffb79c7de0
next-ucap-messenger
/
projects
/
ucap-webmessenger-app
/
src
/
app
/
guards
/
index.ts
4 lines
84 B
TypeScript
Raw
Normal View
History
Unescape
Escape
UI Components of chat are added & Protocol service is modified
2019-09-23 05:23:24 +00:00
import
{
AppAuthGuard
}
from
'./auth.guard'
;
Initial Commit
2019-09-18 06:02:21 +00:00
UI Components of chat are added & Protocol service is modified
2019-09-23 05:23:24 +00:00
export
const
GUARDS
=
[
AppAuthGuard
]
;
Reference in New Issue
Copy Permalink