@kaiser-software/chassis-ionic-core
TypeScript icon, indicating that this package has built-in type declarations

0.1.5 • Public • Published

Chassis Core - Ionic

Installation

Add to package.json and run yarn:

"@kaiser-software/chassis-ionic-core": "file:./local_modules/@kaiser-software/chassis-ionic-core/dist"

Then, add the following to your app module:

/** /src/app/app.module.ts **/

import { CONFIG } from '../environments/env';

@NgModule({
    declarations: [
        ...
    ],
    imports: [
        ...
        ChassisIonicCoreModule.forRoot(CONFIG)
        ...
    ]
/** /src/environments/env.ts **/

export const CONFIG = {
    api_url: 'https://api.mydomain.com',
    storage_url: 'https://storage.mydomain.com',
}

License

MIT © Kaiser Software

Readme

Keywords

Package Sidebar

Install

npm i @kaiser-software/chassis-ionic-core

Weekly Downloads

0

Version

0.1.5

License

MIT

Unpacked Size

145 kB

Total Files

20

Last publish

Collaborators

  • kaiser-dev