mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(API): clean up API docs
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
/**
|
||||
* @name Events
|
||||
* @description
|
||||
* Events is a pub/sub style event system for sending and responding to application-level
|
||||
* Events is a publish-subscribe style event system for sending and responding to application-level
|
||||
* events across your app.
|
||||
*
|
||||
* @usage
|
||||
* ```ts
|
||||
* // first page (publish an event when a user is created)
|
||||
|
||||
@@ -7,7 +7,7 @@ import {hasFocusedTextInput, raf, rafFrames} from './dom';
|
||||
/**
|
||||
* @name Keyboard
|
||||
* @description
|
||||
* The `Keyboard` class allows you to work with the keyboard events provide by the Ionic keyboard plugin.
|
||||
* The `Keyboard` class allows you to work with the keyboard events provided by the Ionic keyboard plugin.
|
||||
*
|
||||
* @usage
|
||||
* ```ts
|
||||
|
||||
Reference in New Issue
Block a user