15.0.9 • Published 1 year ago

@ngodings/ngx-device v15.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@ngodings/ngx-device

Angular mockup device for Iphone, Android, Ipad and Macbook with customize content

Demo - Angular v15

https://npm.ngodings.com/packages/ngx-device

Support Me

If you like this package I will be happy that you support me on Buy me a coffee :) Buy me coffee: https://www.buymeacoffee.com/alidihaw Indonesia People: https://sociabuzz.com/dihaw

Getting Started

Installing and Importing

Install the package by command:

 npm install @ngodings/ngx-device --save

Import the module

import { NgxDeviceModule } from "@ngodings/ngx-device";

@NgModule({
    imports: [
        ...
        NgxDeviceModule
    ],
    declarations: [...],
    providers: [...]
})
export class AppModule {}

Usage

Iphone X

<ngx-device [device]="'iphone-x'">Your Content</ngx-device>

Note 8

<ngx-device [device]="'note8'">Your Content</ngx-device>

Iphone 8

<ngx-device [device]="'iphone8'">Your Content</ngx-device>`

Iphone 8 Plus

<ngx-device [device]="'iphone8plus'">Your Content</ngx-device>

Iphone 5s

<ngx-device [device]="'iphone5s'">Your Content</ngx-device>

Ipad

<ngx-device [device]="'ipad'">Your Content</ngx-device>
``

Nexus 5

```html
<ngx-device [device]="'nexus5'">Your Content</ngx-device>

Macbook

<ngx-device [device]="'macbook'">Your Content</ngx-device>

Option (Input & Output)

namedescriptiondefault value
deviceDevice Typeiphone-x

Development

Prepare your environment

  • Install Node.js and NPM
  • Install local dev dependencies: npm install while current directory is this repo

License

MIT @ Ali Abdul Wahid