@capacitor/core#Plugins TypeScript Examples

The following examples show how to use @capacitor/core#Plugins. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: app.component.ts    From mylog14 with GNU General Public License v3.0 5 votes vote down vote up
{ SplashScreen, StatusBar } = Plugins
Example #2
Source File: geolocation.service.ts    From mylog14 with GNU General Public License v3.0 5 votes vote down vote up
{ Geolocation } = Plugins
Example #3
Source File: photo.service.ts    From mylog14 with GNU General Public License v3.0 5 votes vote down vote up
{ Camera, Permissions } = Plugins
Example #4
Source File: file-system.service.ts    From mylog14 with GNU General Public License v3.0 5 votes vote down vote up
{ Filesystem } = Plugins
Example #5
Source File: local-storage.service.ts    From mylog14 with GNU General Public License v3.0 5 votes vote down vote up
{ Storage } = Plugins
Example #6
Source File: share-popover.page.ts    From mylog14 with GNU General Public License v3.0 5 votes vote down vote up
{ Clipboard } = Plugins
Example #7
Source File: settings.page.ts    From mylog14 with GNU General Public License v3.0 5 votes vote down vote up
{ Browser } = Plugins
Example #8
Source File: shared-link-popover.page.ts    From mylog14 with GNU General Public License v3.0 5 votes vote down vote up
{ Clipboard } = Plugins
Example #9
Source File: game-helper.service.ts    From BetterCrewlink-mobile with GNU General Public License v3.0 5 votes vote down vote up
{ BetterCrewlinkNativePlugin } = Plugins
Example #10
Source File: CapacitorNetworkStatus.ts    From OpenVolunteerPlatform with MIT License 5 votes vote down vote up
{ Network } = Plugins
Example #11
Source File: bluetoothle.service.ts    From contact-tracer with MIT License 5 votes vote down vote up
{App, BackgroundTask} = Plugins
Example #12
Source File: api.ts    From kubenav with MIT License 5 votes vote down vote up
{ KubenavPlugin } = Plugins
Example #13
Source File: app.component.ts    From ionic-spotify with MIT License 5 votes vote down vote up
{ StatusBar: StatusBarPlugin } = Plugins
Example #14
Source File: network-action-order-details.page.ts    From capture-lite with GNU General Public License v3.0 5 votes vote down vote up
{ Browser, Clipboard } = Plugins