A Ionic-mathlive math.
npm install @frgrisk/ionic-mathlive> A ionic-mathlive.
### š Homepage
- Prerequisites
- Install
- Setup
- Usage
- Author
- Contributing
- Show your support
- License
The current version of the library is compatible with Ionic 5.
Using npm
``sh`
npm install --save ionic-mathlive
Using yarn
`sh`
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:
`js
import { IonicMathliveModule } from 'ionic-mathlive';
@NgModule({
...
imports: [IonicMathliveModule, ...],
...
})
export class YourModule {
}
`
Include the component on page template, like the example below:
```
š¤ Mathquizily
- Github: @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.