You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@coreo/ionic-build-info

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coreo/ionic-build-info

Coreo Ionic Build Info Module

2.0.0
latest
Source
npm
Version published
Weekly downloads
1
Maintainers
2
Weekly downloads
 
Created
Source

@coreo/ionic-build-info

Ionic module to display basic build information table component.

Installation

npm install @coreo/ionic-build-info --save
ionic cordova plugin add cordova-plugin-app-version

Update your Ionic app.module.ts:

import { CoreoBuildInfoModule } from '@coreo/ionic-build-info';
...
@NgModule({
    imports: [CoreoBuildInfoModule]
    ...
})
export class AppModule {}

Use the component

<coreo-build-info></coreo-build-info>

FAQs

Package last updated on 21 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts