@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 |
{ SplashScreen, StatusBar } = Plugins
Example #2
Source File: geolocation.service.ts From mylog14 with GNU General Public License v3.0 | 5 votes |
{ Geolocation } = Plugins
Example #3
Source File: photo.service.ts From mylog14 with GNU General Public License v3.0 | 5 votes |
{ Camera, Permissions } = Plugins
Example #4
Source File: file-system.service.ts From mylog14 with GNU General Public License v3.0 | 5 votes |
{ Filesystem } = Plugins
Example #5
Source File: local-storage.service.ts From mylog14 with GNU General Public License v3.0 | 5 votes |
{ Storage } = Plugins
Example #6
Source File: share-popover.page.ts From mylog14 with GNU General Public License v3.0 | 5 votes |
{ Clipboard } = Plugins
Example #7
Source File: settings.page.ts From mylog14 with GNU General Public License v3.0 | 5 votes |
{ Browser } = Plugins
Example #8
Source File: shared-link-popover.page.ts From mylog14 with GNU General Public License v3.0 | 5 votes |
{ Clipboard } = Plugins
Example #9
Source File: game-helper.service.ts From BetterCrewlink-mobile with GNU General Public License v3.0 | 5 votes |
{ BetterCrewlinkNativePlugin } = Plugins
Example #10
Source File: CapacitorNetworkStatus.ts From OpenVolunteerPlatform with MIT License | 5 votes |
{ Network } = Plugins
Example #11
Source File: bluetoothle.service.ts From contact-tracer with MIT License | 5 votes |
{App, BackgroundTask} = Plugins
Example #12
Source File: api.ts From kubenav with MIT License | 5 votes |
{ KubenavPlugin } = Plugins
Example #13
Source File: app.component.ts From ionic-spotify with MIT License | 5 votes |
{ 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 |
{ Browser, Clipboard } = Plugins