If you have any issues with macOS, or need anything related to it check this documentation
Install Xcode Command Line tools :
If you have any issues with macOS, or need anything related to it check this documentation
Install Xcode Command Line tools :
| // Include it on your module's providers | |
| import { KeyboardProvider } from 'providers/keyboard/keyboard.ts' | |
| @NgModule({ | |
| providers: [ | |
| ... | |
| , KeyboardProvider | |
| ] | |
| }); |