Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Created August 14, 2017 11:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthieu-D/b64ac278c11f3ca842b374c09d7b6f06 to your computer and use it in GitHub Desktop.
Save matthieu-D/b64ac278c11f3ca842b374c09d7b6f06 to your computer and use it in GitHub Desktop.
...
import { File } from '@ionic-native/file';
@NgModule({
...
providers: [
...
File
]
})
export class AppModule {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment