UNPKG
insight-tcr
Version:
latest (8.5.7)
8.5.7
A blockchain explorer for Bitcore
github.com/bitpay/bitcore
bitpay/bitcore
insight-tcr
/
src
/
app
/
not-found
/
not-found.page.ts
13 lines
(10 loc)
•
260 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
{
Component
,
OnInit
}
from
"@angular/core"
;
@Component
({
selector
:
'app-not-found'
,
templateUrl
:
'./not-found.page.html'
,
styleUrls
: [
'./not-found.page.scss'
] })
export
class
NotFoundPage
implements
OnInit
{
constructor
(
) {}
ngOnInit
(
) {} }