How to use the @angular/platform-browser/src/browser._document function in @angular/platform-browser

To help you get started, we’ve selected a few @angular/platform-browser 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 brechtbilliet / reactive_apps_workshop / src / app / index.ngfactory.ts View on Github external
get _DOCUMENT_23():any {
    if ((this.__DOCUMENT_23 == (null as any))) { (this.__DOCUMENT_23 = import4._document()); }
    return this.__DOCUMENT_23;
  }
  get _HAMMER_GESTURE_CONFIG_24():import18.HammerGestureConfig {
github ionic-team / ionic-site / content / docs / demos / src / range / app.module.ngfactory.js View on Github external
get: function () {
            if ((this.__DOCUMENT_33 == null)) {
                (this.__DOCUMENT_33 = import4._document());
            }
            return this.__DOCUMENT_33;
        },
        enumerable: true,
github ionic-team / ionic-site / docs / v2 / demos / src / navigation / app.module.ngfactory.ts View on Github external
get _DOCUMENT_30():any {
    if ((this.__DOCUMENT_30 == (null as any))) { (this.__DOCUMENT_30 = import4._document()); }
    return this.__DOCUMENT_30;
  }
  get _HAMMER_GESTURE_CONFIG_31():import15.IonicGestureConfig {
github ionic-team / ionic-site / content / docs / v2 / demos / src / loading / app.module.ngfactory.js View on Github external
get: function () {
            if ((this.__DOCUMENT_33 == null)) {
                (this.__DOCUMENT_33 = import4._document());
            }
            return this.__DOCUMENT_33;
        },
        enumerable: true,
github ionic-team / ionic-site / docs / v2 / demos / src / modal / app.module.ngfactory.js View on Github external
get: function () {
            if ((this.__DOCUMENT_30 == null)) {
                (this.__DOCUMENT_30 = import4._document());
            }
            return this.__DOCUMENT_30;
        },
        enumerable: true,
github ionic-team / ionic-site / content / docs / v2 / demos / src / scroll / app.module.ngfactory.js View on Github external
get: function () {
            if ((this.__DOCUMENT_33 == null)) {
                (this.__DOCUMENT_33 = import4._document());
            }
            return this.__DOCUMENT_33;
        },
        enumerable: true,
github ionicthemes / ionic2-socialsharing-with-deeplinking-example / .tmp / app / app.module.ngfactory.js View on Github external
get: function () {
            if ((this.__DOCUMENT_30 == null)) {
                (this.__DOCUMENT_30 = import4._document());
            }
            return this.__DOCUMENT_30;
        },
        enumerable: true,
github ionic-team / ionic-site / docs / v2 / demos / src / loading / app.module.ngfactory.js View on Github external
get: function () {
            if ((this.__DOCUMENT_30 == null)) {
                (this.__DOCUMENT_30 = import4._document());
            }
            return this.__DOCUMENT_30;
        },
        enumerable: true,
github ionic-team / ionic-site / content / docs / v2 / demos / src / nav-params / app.module.ngfactory.js View on Github external
get: function () {
            if ((this.__DOCUMENT_33 == null)) {
                (this.__DOCUMENT_33 = import4._document());
            }
            return this.__DOCUMENT_33;
        },
        enumerable: true,
github ionic-team / ionic-site / docs / v2 / demos / src / infinite-scroll / app.module.ngfactory.js View on Github external
get: function () {
            if ((this.__DOCUMENT_30 == null)) {
                (this.__DOCUMENT_30 = import4._document());
            }
            return this.__DOCUMENT_30;
        },
        enumerable: true,