A ionic-mathlive.
The current version of the library is compatible with Ionic 5.
Using npm
npm install --save ionic-mathlive
Using yarn
yarn add ionic-mathlive
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 {
}
Include the component on page template, like the example below:
<ionic-mathlive>
</ionic-mathlive>
👤 Mathquizily
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2020 Mathquizily.
This project is MIT licensed.