1.1.21 • Published 7 years ago

mv-ionic-components v1.1.21

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Ionic Components, by MOVENTES

Install the dependency

in your own Ionic project:

  1. install it with NPM
$ npm i mv-ionic-components --save
  1. import it in app.module.ts:
import { ComponentsIonicModule } from 'mv-ionic-components';

@NgModule({
  imports: [
    /* .. */
    ComponentsIonicModule.forRoot()
  ],
})
export class AppModule { }
  1. import it in the page module if needed

Run the sample project

git clone git@github.com:Moventes/ionic-components.git
npm i
ionic serve

Add a new component to this library

  1. add your code in [PROJECT_ROOT]/componentes/src/components/
  2. declare your new component in [PROJECT_ROOT]/componentes/src/componentes.module.ts
  3. declare your new component in [PROJECT_ROOT]/componentes/src/lib.module.ts
  4. export it in [PROJECT_ROOT]/componentes/src/public_api.ts
  5. add an example of use in [PROJECT_ROOT]/src/pages
  6. increase the version number of the library in [PROJECT_ROOT]/componentes/package.json
  7. publish on NPM repository with the command npm run publish:npm
1.1.21

7 years ago

1.1.20

7 years ago

1.1.19

7 years ago

1.1.18

7 years ago

1.1.17

7 years ago

1.1.16

7 years ago

1.1.15

7 years ago

1.1.14

7 years ago

1.1.13

7 years ago

1.1.12

7 years ago

1.1.11

7 years ago

1.1.10

7 years ago

1.1.9

7 years ago

1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago