5
5
</ a >
6
6
< div class ="demo-heading ">
7
7
< div style ="text-align: center; width: 100% ">
8
- < img src ="https://raw.githubusercontent.com/AhsanAyaz/ngx-device-detector/master/assets/logo.svg " width ="200 ">
8
+ < img src ="https://raw.githubusercontent.com/AhsanAyaz/ngx-device-detector/master/assets/logo.svg " width ="200 " / >
9
9
</ div >
10
10
< a href ="https://github.com/ahsanayaz/ngx-device-detector ">
11
11
< h1 align ="center " class ="demo-heading-text "> ngx-device-detector</ h1 >
@@ -19,16 +19,16 @@ <h1 align="center" class="demo-heading-text">ngx-device-detector</h1>
19
19
< p align ="center " class ="badges ">
20
20
< a href ="https://github.com/ahsanayaz/ngx-device-detector/actions/workflows/main.yml "
21
21
> < img
22
- src ="https://github.com/ahsanayaz/ngx-device-detector/actions/workflows/main.yml/badge.svg "
23
- alt ="build status "
22
+ src ="https://github.com/ahsanayaz/ngx-device-detector/actions/workflows/main.yml/badge.svg "
23
+ alt ="build status "
24
24
/> </ a >
25
25
< a href ="https://www.npmjs.com/package/ngx-device-detector "
26
26
> < img src ="https://img.shields.io/npm/v/ngx-device-detector.svg " alt ="npm version "
27
27
/> </ a >
28
28
< a href ="https://www.npmjs.com/package/ngx-device-detector "
29
29
> < img
30
- src ="https://img.shields.io/github/stars/AhsanAyaz/ngx-device-detector.svg?style=social&label=Star&style=flat-square "
31
- alt ="github stars "
30
+ src ="https://img.shields.io/github/stars/AhsanAyaz/ngx-device-detector.svg?style=social&label=Star&style=flat-square "
31
+ alt ="github stars "
32
32
/> </ a >
33
33
< a href ="https://www.npmjs.com/package/ngx-device-detector "
34
34
> < img src ="https://img.shields.io/npm/l/ngx-device-detector.svg?style=flat-square " alt ="license "
@@ -74,12 +74,16 @@ <h4 class="text-center">Device Information</h4>
74
74
< th > Property</ th >
75
75
< th > Value</ th >
76
76
</ tr >
77
- @for (info of deviceInfo | keys : propsToShow; track info) {
77
+ @for (info of deviceInfo | keys: propsToShow; track info) {
78
78
< tr class ="info-item w3-hover-blue ">
79
79
< td > {{ info.key }}</ td >
80
80
< td > {{ info.value }}</ td >
81
81
</ tr >
82
82
}
83
+ < tr >
84
+ < td > </ td >
85
+ < td > </ td >
86
+ </ tr >
83
87
< tr class ="info-item w3-hover-blue ">
84
88
< td > isDesktop()</ td >
85
89
< td > {{ isDesktop }}</ td >
@@ -92,10 +96,6 @@ <h4 class="text-center">Device Information</h4>
92
96
< td > isTablet()</ td >
93
97
< td > {{ isTablet }}</ td >
94
98
</ tr >
95
- < tr class ="info-item w3-hover-blue ">
96
- < td > isDesktopModeEnabled()</ td >
97
- < td > {{ isDesktopMode }}</ td >
98
- </ tr >
99
99
</ table >
100
100
</ div >
101
101
</ div >
0 commit comments