Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ihadeed/ionic-native-browser
https://github.com/ihadeed/ionic-native-browser
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ihadeed/ionic-native-browser
- Owner: ihadeed
- Created: 2017-03-30T20:21:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-03-30T20:41:42.000Z (over 7 years ago)
- Last Synced: 2024-10-26T08:40:39.207Z (2 months ago)
- Language: TypeScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```ts
import { Toast as ToastMock } from 'ionic-native-browser';
import { Toast } from '@ionic-native/toast';@NgModule({
providers: [
{ provide: Toast, useClass: ToastMock }
]})
```