ionic-mathlive
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

ionic-mathlive

Documentation Maintenance License: MIT

A ionic-mathlive.

### 🏠 Homepage

📝 Table of Contents

✅ Prerequisites

The current version of the library is compatible with Ionic 5.

⬇️ Install

Using npm

npm install --save ionic-mathlive

Using yarn

yarn add ionic-mathlive

🛠 Setup

Once installed you need to import our module in the parent module for the component you will be using it in:

import { IonicMathliveModule } from 'ionic-mathlive';
 
@NgModule({
  ...
  imports: [IonicMathliveModule, ...],
  ...
})
export class YourModule {
}

Usage

Include the component on page template, like the example below:

<ionic-mathlive>
</ionic-mathlive>

API

Properties

Events

Styling

Author

👤 Mathquizily

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2020 Mathquizily.
This project is MIT licensed.

Package Sidebar

Install

npm i ionic-mathlive

Weekly Downloads

1

Version

1.0.4

License

MIT

Unpacked Size

147 kB

Total Files

25

Last publish

Collaborators

  • mathquizily