How to use the ionic-angular/components/fab/fab.FabButton function in ionic-angular

To help you get started, we’ve selected a few ionic-angular examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github ionic-team / ionic-site / docs / v2 / demos / src / fab / app.component.ngfactory.js View on Github external
this._el_80 = this.renderer.createElement(null, 'ion-fab', null);
        this.renderer.setElementAttribute(this._el_80, 'bottom', '');
        this.renderer.setElementAttribute(this._el_80, 'left', '');
        this._appEl_80 = new import2.AppElement(80, 9, this, this._el_80);
        var compView_80 = import30.viewFactory_FabContainer0(this.viewUtils, this.injector(80), this._appEl_80);
        this._FabContainer_80_4 = new import14.FabContainer(new import18.ElementRef(this._el_80));
        this._query_FabButton_80_0 = new import15.QueryList();
        this._query_FabList_80_1 = new import15.QueryList();
        this._appEl_80.initComponent(this._FabContainer_80_4, [], compView_80);
        this._text_81 = this.renderer.createText(null, '\n    ', null);
        this._el_82 = this.renderer.createElement(null, 'button', null);
        this.renderer.setElementAttribute(this._el_82, 'color', 'dark');
        this.renderer.setElementAttribute(this._el_82, 'ion-fab', '');
        this._appEl_82 = new import2.AppElement(82, 80, this, this._el_82);
        var compView_82 = import30.viewFactory_FabButton0(this.viewUtils, this.injector(82), this._appEl_82);
        this._FabButton_82_4 = new import14.FabButton(this.parentInjector.get(import17.Config), new import18.ElementRef(this._el_82), this.renderer);
        this._appEl_82.initComponent(this._FabButton_82_4, [], compView_82);
        this._el_83 = this.renderer.createElement(null, 'ion-icon', null);
        this.renderer.setElementAttribute(this._el_83, 'name', 'arrow-dropup');
        this.renderer.setElementAttribute(this._el_83, 'role', 'img');
        this._Icon_83_3 = new import16.Icon(this.parentInjector.get(import17.Config), new import18.ElementRef(this._el_83), this.renderer);
        compView_82.create(this._FabButton_82_4, [[].concat([this._el_83])], null);
        this._text_84 = this.renderer.createText(null, '\n    ', null);
        this._el_85 = this.renderer.createElement(null, 'ion-fab-list', null);
        this.renderer.setElementAttribute(this._el_85, 'side', 'top');
        this._FabList_85_3 = new import14.FabList(new import18.ElementRef(this._el_85), this.renderer);
        this._query_FabButton_85_0 = new import15.QueryList();
        this._text_86 = this.renderer.createText(this._el_85, '\n      ', null);
        this._el_87 = this.renderer.createElement(this._el_85, 'button', null);
        this.renderer.setElementAttribute(this._el_87, 'ion-fab', '');
        this._appEl_87 = new import2.AppElement(87, 85, this, this._el_87);
        var compView_87 = import30.viewFactory_FabButton0(this.viewUtils, this.injector(87), this._appEl_87);
github ionic-team / ionic-site / docs / v2 / demos / src / fab / app.component.ngfactory.js View on Github external
this._el_59 = this.renderer.createElement(null, 'ion-fab', null);
        this.renderer.setElementAttribute(this._el_59, 'left', '');
        this.renderer.setElementAttribute(this._el_59, 'top', '');
        this._appEl_59 = new import2.AppElement(59, 9, this, this._el_59);
        var compView_59 = import30.viewFactory_FabContainer0(this.viewUtils, this.injector(59), this._appEl_59);
        this._FabContainer_59_4 = new import14.FabContainer(new import18.ElementRef(this._el_59));
        this._query_FabButton_59_0 = new import15.QueryList();
        this._query_FabList_59_1 = new import15.QueryList();
        this._appEl_59.initComponent(this._FabContainer_59_4, [], compView_59);
        this._text_60 = this.renderer.createText(null, '\n    ', null);
        this._el_61 = this.renderer.createElement(null, 'button', null);
        this.renderer.setElementAttribute(this._el_61, 'color', 'secondary');
        this.renderer.setElementAttribute(this._el_61, 'ion-fab', '');
        this._appEl_61 = new import2.AppElement(61, 59, this, this._el_61);
        var compView_61 = import30.viewFactory_FabButton0(this.viewUtils, this.injector(61), this._appEl_61);
        this._FabButton_61_4 = new import14.FabButton(this.parentInjector.get(import17.Config), new import18.ElementRef(this._el_61), this.renderer);
        this._appEl_61.initComponent(this._FabButton_61_4, [], compView_61);
        this._el_62 = this.renderer.createElement(null, 'ion-icon', null);
        this.renderer.setElementAttribute(this._el_62, 'name', 'arrow-dropright');
        this.renderer.setElementAttribute(this._el_62, 'role', 'img');
        this._Icon_62_3 = new import16.Icon(this.parentInjector.get(import17.Config), new import18.ElementRef(this._el_62), this.renderer);
        compView_61.create(this._FabButton_61_4, [[].concat([this._el_62])], null);
        this._text_63 = this.renderer.createText(null, '\n    ', null);
        this._el_64 = this.renderer.createElement(null, 'ion-fab-list', null);
        this.renderer.setElementAttribute(this._el_64, 'side', 'right');
        this._FabList_64_3 = new import14.FabList(new import18.ElementRef(this._el_64), this.renderer);
        this._query_FabButton_64_0 = new import15.QueryList();
        this._text_65 = this.renderer.createText(this._el_64, '\n      ', null);
        this._el_66 = this.renderer.createElement(this._el_64, 'button', null);
        this.renderer.setElementAttribute(this._el_66, 'ion-fab', '');
        this._appEl_66 = new import2.AppElement(66, 64, this, this._el_66);
        var compView_66 = import30.viewFactory_FabButton0(this.viewUtils, this.injector(66), this._appEl_66);
github ionic-team / ionic-site / docs / v2 / demos / src / fab / app.component.ngfactory.js View on Github external
this.renderer.setElementAttribute(this._el_30, 'ion-fab', '');
        this._appEl_30 = new import2.AppElement(30, 22, this, this._el_30);
        var compView_30 = import30.viewFactory_FabButton0(this.viewUtils, this.injector(30), this._appEl_30);
        this._FabButton_30_4 = new import14.FabButton(this.parentInjector.get(import17.Config), new import18.ElementRef(this._el_30), this.renderer);
        this._appEl_30.initComponent(this._FabButton_30_4, [], compView_30);
        this._el_31 = this.renderer.createElement(null, 'ion-icon', null);
        this.renderer.setElementAttribute(this._el_31, 'name', 'logo-vimeo');
        this.renderer.setElementAttribute(this._el_31, 'role', 'img');
        this._Icon_31_3 = new import16.Icon(this.parentInjector.get(import17.Config), new import18.ElementRef(this._el_31), this.renderer);
        compView_30.create(this._FabButton_30_4, [[].concat([this._el_31])], null);
        this._text_32 = this.renderer.createText(this._el_22, '\n      ', null);
        this._el_33 = this.renderer.createElement(this._el_22, 'button', null);
        this.renderer.setElementAttribute(this._el_33, 'ion-fab', '');
        this._appEl_33 = new import2.AppElement(33, 22, this, this._el_33);
        var compView_33 = import30.viewFactory_FabButton0(this.viewUtils, this.injector(33), this._appEl_33);
        this._FabButton_33_4 = new import14.FabButton(this.parentInjector.get(import17.Config), new import18.ElementRef(this._el_33), this.renderer);
        this._appEl_33.initComponent(this._FabButton_33_4, [], compView_33);
        this._el_34 = this.renderer.createElement(null, 'ion-icon', null);
        this.renderer.setElementAttribute(this._el_34, 'name', 'logo-googleplus');
        this.renderer.setElementAttribute(this._el_34, 'role', 'img');
        this._Icon_34_3 = new import16.Icon(this.parentInjector.get(import17.Config), new import18.ElementRef(this._el_34), this.renderer);
        compView_33.create(this._FabButton_33_4, [[].concat([this._el_34])], null);
        this._text_35 = this.renderer.createText(this._el_22, '\n    ', null);
        this._text_36 = this.renderer.createText(null, '\n  ', null);
        this._query_FabButton_17_0.reset([
            this._FabButton_19_4,
            this._FabButton_24_4,
            this._FabButton_27_4,
            this._FabButton_30_4,
            this._FabButton_33_4
        ]);
        this._FabContainer_17_4._mainButton = this._query_FabButton_17_0.first;
github ionic-team / ionic-site / docs / v2 / demos / src / fab / app.component.ngfactory.js View on Github external
this.renderer.setElementAttribute(this._el_69, 'ion-fab', '');
        this._appEl_69 = new import2.AppElement(69, 64, this, this._el_69);
        var compView_69 = import30.viewFactory_FabButton0(this.viewUtils, this.injector(69), this._appEl_69);
        this._FabButton_69_4 = new import14.FabButton(this.parentInjector.get(import17.Config), new import18.ElementRef(this._el_69), this.renderer);
        this._appEl_69.initComponent(this._FabButton_69_4, [], compView_69);
        this._el_70 = this.renderer.createElement(null, 'ion-icon', null);
        this.renderer.setElementAttribute(this._el_70, 'name', 'logo-twitter');
        this.renderer.setElementAttribute(this._el_70, 'role', 'img');
        this._Icon_70_3 = new import16.Icon(this.parentInjector.get(import17.Config), new import18.ElementRef(this._el_70), this.renderer);
        compView_69.create(this._FabButton_69_4, [[].concat([this._el_70])], null);
        this._text_71 = this.renderer.createText(this._el_64, '\n      ', null);
        this._el_72 = this.renderer.createElement(this._el_64, 'button', null);
        this.renderer.setElementAttribute(this._el_72, 'ion-fab', '');
        this._appEl_72 = new import2.AppElement(72, 64, this, this._el_72);
        var compView_72 = import30.viewFactory_FabButton0(this.viewUtils, this.injector(72), this._appEl_72);
        this._FabButton_72_4 = new import14.FabButton(this.parentInjector.get(import17.Config), new import18.ElementRef(this._el_72), this.renderer);
        this._appEl_72.initComponent(this._FabButton_72_4, [], compView_72);
        this._el_73 = this.renderer.createElement(null, 'ion-icon', null);
        this.renderer.setElementAttribute(this._el_73, 'name', 'logo-vimeo');
        this.renderer.setElementAttribute(this._el_73, 'role', 'img');
        this._Icon_73_3 = new import16.Icon(this.parentInjector.get(import17.Config), new import18.ElementRef(this._el_73), this.renderer);
        compView_72.create(this._FabButton_72_4, [[].concat([this._el_73])], null);
        this._text_74 = this.renderer.createText(this._el_64, '\n      ', null);
        this._el_75 = this.renderer.createElement(this._el_64, 'button', null);
        this.renderer.setElementAttribute(this._el_75, 'ion-fab', '');
        this._appEl_75 = new import2.AppElement(75, 64, this, this._el_75);
        var compView_75 = import30.viewFactory_FabButton0(this.viewUtils, this.injector(75), this._appEl_75);
        this._FabButton_75_4 = new import14.FabButton(this.parentInjector.get(import17.Config), new import18.ElementRef(this._el_75), this.renderer);
        this._appEl_75.initComponent(this._FabButton_75_4, [], compView_75);
        this._el_76 = this.renderer.createElement(null, 'ion-icon', null);
        this.renderer.setElementAttribute(this._el_76, 'name', 'logo-googleplus');
        this.renderer.setElementAttribute(this._el_76, 'role', 'img');
github ionic-team / ionic-site / docs / v2 / demos / src / fab / app.component.ngfactory.js View on Github external
this.renderer.setElementAttribute(this._el_87, 'ion-fab', '');
        this._appEl_87 = new import2.AppElement(87, 85, this, this._el_87);
        var compView_87 = import30.viewFactory_FabButton0(this.viewUtils, this.injector(87), this._appEl_87);
        this._FabButton_87_4 = new import14.FabButton(this.parentInjector.get(import17.Config), new import18.ElementRef(this._el_87), this.renderer);
        this._appEl_87.initComponent(this._FabButton_87_4, [], compView_87);
        this._el_88 = this.renderer.createElement(null, 'ion-icon', null);
        this.renderer.setElementAttribute(this._el_88, 'name', 'logo-facebook');
        this.renderer.setElementAttribute(this._el_88, 'role', 'img');
        this._Icon_88_3 = new import16.Icon(this.parentInjector.get(import17.Config), new import18.ElementRef(this._el_88), this.renderer);
        compView_87.create(this._FabButton_87_4, [[].concat([this._el_88])], null);
        this._text_89 = this.renderer.createText(this._el_85, '\n      ', null);
        this._el_90 = this.renderer.createElement(this._el_85, 'button', null);
        this.renderer.setElementAttribute(this._el_90, 'ion-fab', '');
        this._appEl_90 = new import2.AppElement(90, 85, this, this._el_90);
        var compView_90 = import30.viewFactory_FabButton0(this.viewUtils, this.injector(90), this._appEl_90);
        this._FabButton_90_4 = new import14.FabButton(this.parentInjector.get(import17.Config), new import18.ElementRef(this._el_90), this.renderer);
        this._appEl_90.initComponent(this._FabButton_90_4, [], compView_90);
        this._el_91 = this.renderer.createElement(null, 'ion-icon', null);
        this.renderer.setElementAttribute(this._el_91, 'name', 'logo-twitter');
        this.renderer.setElementAttribute(this._el_91, 'role', 'img');
        this._Icon_91_3 = new import16.Icon(this.parentInjector.get(import17.Config), new import18.ElementRef(this._el_91), this.renderer);
        compView_90.create(this._FabButton_90_4, [[].concat([this._el_91])], null);
        this._text_92 = this.renderer.createText(this._el_85, '\n      ', null);
        this._el_93 = this.renderer.createElement(this._el_85, 'button', null);
        this.renderer.setElementAttribute(this._el_93, 'ion-fab', '');
        this._appEl_93 = new import2.AppElement(93, 85, this, this._el_93);
        var compView_93 = import30.viewFactory_FabButton0(this.viewUtils, this.injector(93), this._appEl_93);
        this._FabButton_93_4 = new import14.FabButton(this.parentInjector.get(import17.Config), new import18.ElementRef(this._el_93), this.renderer);
        this._appEl_93.initComponent(this._FabButton_93_4, [], compView_93);
        this._el_94 = this.renderer.createElement(null, 'ion-icon', null);
        this.renderer.setElementAttribute(this._el_94, 'name', 'logo-vimeo');
        this.renderer.setElementAttribute(this._el_94, 'role', 'img');
github ionic-team / ionic-site / docs / v2 / demos / src / fab / app.component.ngfactory.js View on Github external
this._el_101 = this.renderer.createElement(null, 'ion-fab', null);
        this.renderer.setElementAttribute(this._el_101, 'center', '');
        this.renderer.setElementAttribute(this._el_101, 'middle', '');
        this._appEl_101 = new import2.AppElement(101, 9, this, this._el_101);
        var compView_101 = import30.viewFactory_FabContainer0(this.viewUtils, this.injector(101), this._appEl_101);
        this._FabContainer_101_4 = new import14.FabContainer(new import18.ElementRef(this._el_101));
        this._query_FabButton_101_0 = new import15.QueryList();
        this._query_FabList_101_1 = new import15.QueryList();
        this._appEl_101.initComponent(this._FabContainer_101_4, [], compView_101);
        this._text_102 = this.renderer.createText(null, '\n    ', null);
        this._el_103 = this.renderer.createElement(null, 'button', null);
        this.renderer.setElementAttribute(this._el_103, 'color', 'danger');
        this.renderer.setElementAttribute(this._el_103, 'ion-fab', '');
        this._appEl_103 = new import2.AppElement(103, 101, this, this._el_103);
        var compView_103 = import30.viewFactory_FabButton0(this.viewUtils, this.injector(103), this._appEl_103);
        this._FabButton_103_4 = new import14.FabButton(this.parentInjector.get(import17.Config), new import18.ElementRef(this._el_103), this.renderer);
        this._appEl_103.initComponent(this._FabButton_103_4, [], compView_103);
        this._el_104 = this.renderer.createElement(null, 'ion-icon', null);
        this.renderer.setElementAttribute(this._el_104, 'name', 'md-share');
        this.renderer.setElementAttribute(this._el_104, 'role', 'img');
        this._Icon_104_3 = new import16.Icon(this.parentInjector.get(import17.Config), new import18.ElementRef(this._el_104), this.renderer);
        compView_103.create(this._FabButton_103_4, [[].concat([this._el_104])], null);
        this._text_105 = this.renderer.createText(null, '\n    ', null);
        this._el_106 = this.renderer.createElement(null, 'ion-fab-list', null);
        this.renderer.setElementAttribute(this._el_106, 'side', 'top');
        this._FabList_106_3 = new import14.FabList(new import18.ElementRef(this._el_106), this.renderer);
        this._query_FabButton_106_0 = new import15.QueryList();
        this._text_107 = this.renderer.createText(this._el_106, '\n      ', null);
        this._el_108 = this.renderer.createElement(this._el_106, 'button', null);
        this.renderer.setElementAttribute(this._el_108, 'color', 'primary');
        this.renderer.setElementAttribute(this._el_108, 'ion-fab', '');
        this._appEl_108 = new import2.AppElement(108, 106, this, this._el_108);
github ionic-team / ionic-site / docs / v2 / demos / src / fab / app.component.ngfactory.js View on Github external
this.renderer.setElementAttribute(this._el_115, 'role', 'img');
        this._Icon_115_3 = new import16.Icon(this.parentInjector.get(import17.Config), new import18.ElementRef(this._el_115), this.renderer);
        compView_114.create(this._FabButton_114_4, [[].concat([this._el_115])], null);
        this._text_116 = this.renderer.createText(this._el_112, '\n    ', null);
        this._text_117 = this.renderer.createText(null, '\n    ', null);
        this._el_118 = this.renderer.createElement(null, 'ion-fab-list', null);
        this.renderer.setElementAttribute(this._el_118, 'side', 'left');
        this._FabList_118_3 = new import14.FabList(new import18.ElementRef(this._el_118), this.renderer);
        this._query_FabButton_118_0 = new import15.QueryList();
        this._text_119 = this.renderer.createText(this._el_118, '\n      ', null);
        this._el_120 = this.renderer.createElement(this._el_118, 'button', null);
        this.renderer.setElementAttribute(this._el_120, 'color', 'light');
        this.renderer.setElementAttribute(this._el_120, 'ion-fab', '');
        this._appEl_120 = new import2.AppElement(120, 118, this, this._el_120);
        var compView_120 = import30.viewFactory_FabButton0(this.viewUtils, this.injector(120), this._appEl_120);
        this._FabButton_120_4 = new import14.FabButton(this.parentInjector.get(import17.Config), new import18.ElementRef(this._el_120), this.renderer);
        this._appEl_120.initComponent(this._FabButton_120_4, [], compView_120);
        this._el_121 = this.renderer.createElement(null, 'ion-icon', null);
        this.renderer.setElementAttribute(this._el_121, 'name', 'logo-googleplus');
        this.renderer.setElementAttribute(this._el_121, 'role', 'img');
        this._Icon_121_3 = new import16.Icon(this.parentInjector.get(import17.Config), new import18.ElementRef(this._el_121), this.renderer);
        compView_120.create(this._FabButton_120_4, [[].concat([this._el_121])], null);
        this._text_122 = this.renderer.createText(this._el_118, '\n    ', null);
        this._text_123 = this.renderer.createText(null, '\n    ', null);
        this._el_124 = this.renderer.createElement(null, 'ion-fab-list', null);
        this.renderer.setElementAttribute(this._el_124, 'side', 'right');
        this._FabList_124_3 = new import14.FabList(new import18.ElementRef(this._el_124), this.renderer);
        this._query_FabButton_124_0 = new import15.QueryList();
        this._text_125 = this.renderer.createText(this._el_124, '\n      ', null);
        this._el_126 = this.renderer.createElement(this._el_124, 'button', null);
        this.renderer.setElementAttribute(this._el_126, 'color', 'dark');
        this.renderer.setElementAttribute(this._el_126, 'ion-fab', '');
github ionic-team / ionic-site / docs / v2 / demos / src / fab / app.component.ngfactory.js View on Github external
this.renderer.setElementAttribute(this._el_17, 'edge', '');
        this.renderer.setElementAttribute(this._el_17, 'right', '');
        this.renderer.setElementAttribute(this._el_17, 'top', '');
        this._appEl_17 = new import2.AppElement(17, 9, this, this._el_17);
        var compView_17 = import30.viewFactory_FabContainer0(this.viewUtils, this.injector(17), this._appEl_17);
        this._FabContainer_17_4 = new import14.FabContainer(new import18.ElementRef(this._el_17));
        this._query_FabButton_17_0 = new import15.QueryList();
        this._query_FabList_17_1 = new import15.QueryList();
        this._appEl_17.initComponent(this._FabContainer_17_4, [], compView_17);
        this._text_18 = this.renderer.createText(null, '\n    ', null);
        this._el_19 = this.renderer.createElement(null, 'button', null);
        this.renderer.setElementAttribute(this._el_19, 'ion-fab', '');
        this.renderer.setElementAttribute(this._el_19, 'mini', '');
        this._appEl_19 = new import2.AppElement(19, 17, this, this._el_19);
        var compView_19 = import30.viewFactory_FabButton0(this.viewUtils, this.injector(19), this._appEl_19);
        this._FabButton_19_4 = new import14.FabButton(this.parentInjector.get(import17.Config), new import18.ElementRef(this._el_19), this.renderer);
        this._appEl_19.initComponent(this._FabButton_19_4, [], compView_19);
        this._el_20 = this.renderer.createElement(null, 'ion-icon', null);
        this.renderer.setElementAttribute(this._el_20, 'name', 'add');
        this.renderer.setElementAttribute(this._el_20, 'role', 'img');
        this._Icon_20_3 = new import16.Icon(this.parentInjector.get(import17.Config), new import18.ElementRef(this._el_20), this.renderer);
        compView_19.create(this._FabButton_19_4, [[].concat([this._el_20])], null);
        this._text_21 = this.renderer.createText(null, '\n    ', null);
        this._el_22 = this.renderer.createElement(null, 'ion-fab-list', null);
        this._FabList_22_3 = new import14.FabList(new import18.ElementRef(this._el_22), this.renderer);
        this._query_FabButton_22_0 = new import15.QueryList();
        this._text_23 = this.renderer.createText(this._el_22, '\n      ', null);
        this._el_24 = this.renderer.createElement(this._el_22, 'button', null);
        this.renderer.setElementAttribute(this._el_24, 'ion-fab', '');
        this._appEl_24 = new import2.AppElement(24, 22, this, this._el_24);
        var compView_24 = import30.viewFactory_FabButton0(this.viewUtils, this.injector(24), this._appEl_24);
        this._FabButton_24_4 = new import14.FabButton(this.parentInjector.get(import17.Config), new import18.ElementRef(this._el_24), this.renderer);
github ionic-team / ionic-site / docs / v2 / demos / src / fab / app.component.ngfactory.js View on Github external
this._appEl_19.initComponent(this._FabButton_19_4, [], compView_19);
        this._el_20 = this.renderer.createElement(null, 'ion-icon', null);
        this.renderer.setElementAttribute(this._el_20, 'name', 'add');
        this.renderer.setElementAttribute(this._el_20, 'role', 'img');
        this._Icon_20_3 = new import16.Icon(this.parentInjector.get(import17.Config), new import18.ElementRef(this._el_20), this.renderer);
        compView_19.create(this._FabButton_19_4, [[].concat([this._el_20])], null);
        this._text_21 = this.renderer.createText(null, '\n    ', null);
        this._el_22 = this.renderer.createElement(null, 'ion-fab-list', null);
        this._FabList_22_3 = new import14.FabList(new import18.ElementRef(this._el_22), this.renderer);
        this._query_FabButton_22_0 = new import15.QueryList();
        this._text_23 = this.renderer.createText(this._el_22, '\n      ', null);
        this._el_24 = this.renderer.createElement(this._el_22, 'button', null);
        this.renderer.setElementAttribute(this._el_24, 'ion-fab', '');
        this._appEl_24 = new import2.AppElement(24, 22, this, this._el_24);
        var compView_24 = import30.viewFactory_FabButton0(this.viewUtils, this.injector(24), this._appEl_24);
        this._FabButton_24_4 = new import14.FabButton(this.parentInjector.get(import17.Config), new import18.ElementRef(this._el_24), this.renderer);
        this._appEl_24.initComponent(this._FabButton_24_4, [], compView_24);
        this._el_25 = this.renderer.createElement(null, 'ion-icon', null);
        this.renderer.setElementAttribute(this._el_25, 'name', 'logo-facebook');
        this.renderer.setElementAttribute(this._el_25, 'role', 'img');
        this._Icon_25_3 = new import16.Icon(this.parentInjector.get(import17.Config), new import18.ElementRef(this._el_25), this.renderer);
        compView_24.create(this._FabButton_24_4, [[].concat([this._el_25])], null);
        this._text_26 = this.renderer.createText(this._el_22, '\n      ', null);
        this._el_27 = this.renderer.createElement(this._el_22, 'button', null);
        this.renderer.setElementAttribute(this._el_27, 'ion-fab', '');
        this._appEl_27 = new import2.AppElement(27, 22, this, this._el_27);
        var compView_27 = import30.viewFactory_FabButton0(this.viewUtils, this.injector(27), this._appEl_27);
        this._FabButton_27_4 = new import14.FabButton(this.parentInjector.get(import17.Config), new import18.ElementRef(this._el_27), this.renderer);
        this._appEl_27.initComponent(this._FabButton_27_4, [], compView_27);
        this._el_28 = this.renderer.createElement(null, 'ion-icon', null);
        this.renderer.setElementAttribute(this._el_28, 'name', 'logo-twitter');
        this.renderer.setElementAttribute(this._el_28, 'role', 'img');
github ionic-team / ionic-site / docs / v2 / demos / src / fab / app.component.ngfactory.js View on Github external
this.renderer.setElementAttribute(this._el_72, 'ion-fab', '');
        this._appEl_72 = new import2.AppElement(72, 64, this, this._el_72);
        var compView_72 = import30.viewFactory_FabButton0(this.viewUtils, this.injector(72), this._appEl_72);
        this._FabButton_72_4 = new import14.FabButton(this.parentInjector.get(import17.Config), new import18.ElementRef(this._el_72), this.renderer);
        this._appEl_72.initComponent(this._FabButton_72_4, [], compView_72);
        this._el_73 = this.renderer.createElement(null, 'ion-icon', null);
        this.renderer.setElementAttribute(this._el_73, 'name', 'logo-vimeo');
        this.renderer.setElementAttribute(this._el_73, 'role', 'img');
        this._Icon_73_3 = new import16.Icon(this.parentInjector.get(import17.Config), new import18.ElementRef(this._el_73), this.renderer);
        compView_72.create(this._FabButton_72_4, [[].concat([this._el_73])], null);
        this._text_74 = this.renderer.createText(this._el_64, '\n      ', null);
        this._el_75 = this.renderer.createElement(this._el_64, 'button', null);
        this.renderer.setElementAttribute(this._el_75, 'ion-fab', '');
        this._appEl_75 = new import2.AppElement(75, 64, this, this._el_75);
        var compView_75 = import30.viewFactory_FabButton0(this.viewUtils, this.injector(75), this._appEl_75);
        this._FabButton_75_4 = new import14.FabButton(this.parentInjector.get(import17.Config), new import18.ElementRef(this._el_75), this.renderer);
        this._appEl_75.initComponent(this._FabButton_75_4, [], compView_75);
        this._el_76 = this.renderer.createElement(null, 'ion-icon', null);
        this.renderer.setElementAttribute(this._el_76, 'name', 'logo-googleplus');
        this.renderer.setElementAttribute(this._el_76, 'role', 'img');
        this._Icon_76_3 = new import16.Icon(this.parentInjector.get(import17.Config), new import18.ElementRef(this._el_76), this.renderer);
        compView_75.create(this._FabButton_75_4, [[].concat([this._el_76])], null);
        this._text_77 = this.renderer.createText(this._el_64, '\n    ', null);
        this._text_78 = this.renderer.createText(null, '\n  ', null);
        this._query_FabButton_59_0.reset([
            this._FabButton_61_4,
            this._FabButton_66_4,
            this._FabButton_69_4,
            this._FabButton_72_4,
            this._FabButton_75_4
        ]);
        this._FabContainer_59_4._mainButton = this._query_FabButton_59_0.first;