Skip to content

Commit 3cfe078

Browse files
authored
Merge pull request #388 from teha-at/patch-1
fix a little copy&paste error
2 parents 158de3f + a41071e commit 3cfe078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/ng-framework-modules-category/platform/platform-module-example/platform-module-example.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export class PlatformModuleExampleComponent {
4141
constructor() {
4242
this.deviceInformation = new DeviceInfo(
4343
device.model,
44-
device.model,
44+
device.deviceType,
4545
device.os,
4646
device.osVersion,
4747
device.sdkVersion,

0 commit comments

Comments
 (0)