mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(fab): fab docs WIP
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Component, NgModule } from '@angular/core';
|
||||
import { IonicApp, IonicModule, Fab } from '../../../..';
|
||||
import { IonicApp, IonicModule, FabContainer } from '../../../..';
|
||||
|
||||
@Component({
|
||||
templateUrl: 'main.html'
|
||||
@@ -15,7 +15,7 @@ export class E2EPage {
|
||||
console.log('Clicked open social menu');
|
||||
}
|
||||
|
||||
openSocial(network: string, fab: Fab) {
|
||||
openSocial(network: string, fab: FabContainer) {
|
||||
console.log('Share in ' + network);
|
||||
fab.close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user