0.0.7 • Published 8 months ago

ngx-app-store-badge v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

AppStoreBadge

Mobile app download badge for

Usage

import NgxAppStoreBadgeModule

@NgModule({
  declarations: [AppComponent],
  imports: [BrowserModule, NgxAppStoreBadgeModule],
  providers: [],
  bootstrap: [AppComponent],
})
export class AppModule {}

Set badge's width with css

<ngx-google-play-badge url="https://play.google.com/store/apps/details?id=xyz.wikylyu.totk" style="width:200px;display:block;"></ngx-google-play-badge>

<ngx-app-store-badge url="https://apps.apple.com/app/id6462862080" style="width:200px;display:block;margin-top:20px;"></ngx-app-store-badge>

ngx-app-store-badge supports light style

<ngx-app-store-badge light url="https://apps.apple.com/app/id6462862080" style="width:200px;display:block;margin-top:20px;"></ngx-app-store-badge>

Sceenshot

screenshot

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago