Mini Shell

Direktori : /home/funerariamayer/app/
Upload File :
Current File : /home/funerariamayer/app/src_app_pages_hall_hall_module_ts.js

"use strict";
(self["webpackChunkapp"] = self["webpackChunkapp"] || []).push([["src_app_pages_hall_hall_module_ts"],{

/***/ 88530:
/*!***************************************************!*\
  !*** ./src/app/pages/hall/hall-routing.module.ts ***!
  \***************************************************/
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {

__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */   "HallPageRoutingModule": () => (/* binding */ HallPageRoutingModule)
/* harmony export */ });
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! tslib */ 3786);
/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @angular/core */ 2316);
/* harmony import */ var _angular_router__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @angular/router */ 71258);
/* harmony import */ var _hall_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./hall.page */ 48060);




const routes = [
    {
        path: '',
        component: _hall_page__WEBPACK_IMPORTED_MODULE_0__.HallPage
    },
    {
        path: 'login',
        loadChildren: () => Promise.all(/*! import() */[__webpack_require__.e("default-src_app_components_components_module_ts"), __webpack_require__.e("src_app_pages_hall_login_login_module_ts")]).then(__webpack_require__.bind(__webpack_require__, /*! ./login/login.module */ 4072)).then(m => m.LoginPageModule)
    },
    {
        path: 'register',
        loadChildren: () => Promise.all(/*! import() */[__webpack_require__.e("default-src_app_components_components_module_ts"), __webpack_require__.e("src_app_pages_hall_register_register_module_ts")]).then(__webpack_require__.bind(__webpack_require__, /*! ./register/register.module */ 36085)).then(m => m.RegisterPageModule)
    },
    {
        path: 'reset',
        loadChildren: () => __webpack_require__.e(/*! import() */ "src_app_pages_hall_reset_reset_module_ts").then(__webpack_require__.bind(__webpack_require__, /*! ./reset/reset.module */ 74260)).then(m => m.ResetPageModule)
    },
    {
        path: 'recover',
        loadChildren: () => __webpack_require__.e(/*! import() */ "src_app_pages_hall_recover_recover_module_ts").then(__webpack_require__.bind(__webpack_require__, /*! ./recover/recover.module */ 30369)).then(m => m.RecoverPageModule)
    },
];
let HallPageRoutingModule = class HallPageRoutingModule {
};
HallPageRoutingModule = (0,tslib__WEBPACK_IMPORTED_MODULE_1__.__decorate)([
    (0,_angular_core__WEBPACK_IMPORTED_MODULE_2__.NgModule)({
        imports: [_angular_router__WEBPACK_IMPORTED_MODULE_3__.RouterModule.forChild(routes)],
        exports: [_angular_router__WEBPACK_IMPORTED_MODULE_3__.RouterModule],
    })
], HallPageRoutingModule);



/***/ }),

/***/ 63943:
/*!*******************************************!*\
  !*** ./src/app/pages/hall/hall.module.ts ***!
  \*******************************************/
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {

__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */   "HallPageModule": () => (/* binding */ HallPageModule)
/* harmony export */ });
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! tslib */ 3786);
/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @angular/core */ 2316);
/* harmony import */ var _angular_common__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @angular/common */ 54364);
/* harmony import */ var _angular_forms__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @angular/forms */ 1707);
/* harmony import */ var _ionic_angular__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @ionic/angular */ 81864);
/* harmony import */ var _hall_routing_module__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./hall-routing.module */ 88530);
/* harmony import */ var _hall_page__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./hall.page */ 48060);







let HallPageModule = class HallPageModule {
};
HallPageModule = (0,tslib__WEBPACK_IMPORTED_MODULE_2__.__decorate)([
    (0,_angular_core__WEBPACK_IMPORTED_MODULE_3__.NgModule)({
        imports: [
            _angular_common__WEBPACK_IMPORTED_MODULE_4__.CommonModule,
            _angular_forms__WEBPACK_IMPORTED_MODULE_5__.FormsModule,
            _ionic_angular__WEBPACK_IMPORTED_MODULE_6__.IonicModule,
            _hall_routing_module__WEBPACK_IMPORTED_MODULE_0__.HallPageRoutingModule
        ],
        declarations: [_hall_page__WEBPACK_IMPORTED_MODULE_1__.HallPage]
    })
], HallPageModule);



/***/ }),

/***/ 48060:
/*!*****************************************!*\
  !*** ./src/app/pages/hall/hall.page.ts ***!
  \*****************************************/
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {

__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */   "HallPage": () => (/* binding */ HallPage)
/* harmony export */ });
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! tslib */ 3786);
/* harmony import */ var _F_www_mayer_app_node_modules_ngtools_webpack_src_loaders_direct_resource_js_hall_page_html__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! !./node_modules/@ngtools/webpack/src/loaders/direct-resource.js!./hall.page.html */ 84534);
/* harmony import */ var _hall_page_scss__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./hall.page.scss */ 19083);
/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @angular/core */ 2316);




let HallPage = class HallPage {
    constructor() { }
    ngOnInit() {
    }
};
HallPage.ctorParameters = () => [];
HallPage = (0,tslib__WEBPACK_IMPORTED_MODULE_2__.__decorate)([
    (0,_angular_core__WEBPACK_IMPORTED_MODULE_3__.Component)({
        selector: 'app-hall',
        template: _F_www_mayer_app_node_modules_ngtools_webpack_src_loaders_direct_resource_js_hall_page_html__WEBPACK_IMPORTED_MODULE_0__.default,
        styles: [_hall_page_scss__WEBPACK_IMPORTED_MODULE_1__]
    })
], HallPage);



/***/ }),

/***/ 84534:
/*!**********************************************************************************************************!*\
  !*** ./node_modules/@ngtools/webpack/src/loaders/direct-resource.js!./src/app/pages/hall/hall.page.html ***!
  \**********************************************************************************************************/
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {

__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */   "default": () => (__WEBPACK_DEFAULT_EXPORT__)
/* harmony export */ });
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<ion-content class=\"ion-padding\" color=\"secondary\">\r\n    \r\n    <div class=\"ion-text-center ion-padding ion-margin\">\r\n        <img src=\"assets/logo.png\" alt=\"\" style=\"max-height: 120px;\">\r\n    </div>\r\n\r\n    <ion-text color=\"primary\">        \r\n        <h1>Olá, bem vindo ao Netsafety</h1>\r\n    </ion-text>\r\n    <ion-text color=\"light\">\r\n        Nosso trabalho é auxiliar os profissionais da área de segurança no trabalho realizar as análises preliminares de perigos e riscos.\r\n    </ion-text>\r\n    <ion-text color=\"light\">Acesse agora mesmo e teste gratuitamente as funcionalidades usando uma das opoções abaixo</ion-text>\r\n\r\n    <div class=\"ion-padding mgb-15\">\r\n\r\n        <ion-button mode=\"md\" routerLink=\"login\" expand=\"block\" class=\"mgb-15\">\r\n            Entrar\r\n        </ion-button>\r\n\r\n        <ion-button mode=\"md\" routerLink=\"register\" expand=\"block\" fill=\"outline\">\r\n            Criar Conta\r\n        </ion-button>\r\n    </div>\r\n\r\n</ion-content>\r\n");

/***/ }),

/***/ 19083:
/*!*******************************************!*\
  !*** ./src/app/pages/hall/hall.page.scss ***!
  \*******************************************/
/***/ ((module) => {

module.exports = "ion-content {\n  --padding-top: 20px;\n  --padding-bottom: 20px;\n  --background: var(--ion-color-secondary);\n}\nion-content .logo ion-img {\n  --height: 50px;\n}\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImhhbGwucGFnZS5zY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0VBUUksbUJBQUE7RUFDQSxzQkFBQTtFQUNBLHdDQUFBO0FBTko7QUFEUTtFQUNJLGNBQUE7QUFHWiIsImZpbGUiOiJoYWxsLnBhZ2Uuc2NzcyIsInNvdXJjZXNDb250ZW50IjpbImlvbi1jb250ZW50e1xyXG5cclxuICAgIC5sb2dve1xyXG4gICAgICAgIGlvbi1pbWd7XHJcbiAgICAgICAgICAgIC0taGVpZ2h0OiA1MHB4O1xyXG4gICAgICAgIH1cclxuICAgIH1cclxuXHJcbiAgICAtLXBhZGRpbmctdG9wOiAyMHB4O1xyXG4gICAgLS1wYWRkaW5nLWJvdHRvbTogMjBweDsgIFxyXG4gICAgLS1iYWNrZ3JvdW5kOiB2YXIoLS1pb24tY29sb3Itc2Vjb25kYXJ5KTtcclxufSJdfQ== */";

/***/ })

}]);
//# sourceMappingURL=src_app_pages_hall_hall_module_ts.js.map

Zerion Mini Shell 1.0