| 1 |
- {"ast":null,"code":"import * as i0 from \"@angular/core\";\nimport * as i1 from \"@angular/router\";\nexport let NotFoundComponent = /*#__PURE__*/(() => {\n class NotFoundComponent {\n constructor() {}\n ngOnInit() {}\n static #_ = this.ɵfac = function NotFoundComponent_Factory(t) {\n return new (t || NotFoundComponent)();\n };\n static #_2 = this.ɵcmp = /*@__PURE__*/i0.ɵɵdefineComponent({\n type: NotFoundComponent,\n selectors: [[\"app-not-found\"]],\n decls: 14,\n vars: 0,\n consts: [[1, \"container\"], [\"id\", \"notfound\"], [1, \"notfound\"], [1, \"notfound-404\"], [\"routerLink\", \"/\"]],\n template: function NotFoundComponent_Template(rf, ctx) {\n if (rf & 1) {\n i0.ɵɵelementStart(0, \"div\", 0)(1, \"div\", 1)(2, \"div\", 2)(3, \"div\", 3)(4, \"h1\");\n i0.ɵɵtext(5, \"4\");\n i0.ɵɵelement(6, \"span\");\n i0.ɵɵtext(7, \"4\");\n i0.ɵɵelementEnd()();\n i0.ɵɵelementStart(8, \"h3\");\n i0.ɵɵtext(9, \" Page non trouv\\u00E9e\");\n i0.ɵɵelementEnd();\n i0.ɵɵelementStart(10, \"p\");\n i0.ɵɵtext(11, \"D\\u00E9sol\\u00E9 mais la page que vous recherchez n'existe pas\");\n i0.ɵɵelementEnd();\n i0.ɵɵelementStart(12, \"a\", 4);\n i0.ɵɵtext(13, \"Revenir \\u00E0 la page d'accueil\");\n i0.ɵɵelementEnd()()()();\n }\n },\n dependencies: [i1.RouterLink],\n styles: [\"*[_ngcontent-%COMP%]{box-sizing:border-box}body[_ngcontent-%COMP%]{padding:0;margin:0}#notfound[_ngcontent-%COMP%]{position:relative;height:90vh}#notfound[_ngcontent-%COMP%] .notfound[_ngcontent-%COMP%]{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.notfound[_ngcontent-%COMP%]{max-width:520px;width:100%;text-align:center;line-height:1.4}.notfound[_ngcontent-%COMP%] .notfound-404[_ngcontent-%COMP%]{height:190px}.notfound[_ngcontent-%COMP%] .notfound-404[_ngcontent-%COMP%] h1[_ngcontent-%COMP%]{font-family:Montserrat,sans-serif;font-size:146px;font-weight:700;margin:0;color:#232323}.notfound[_ngcontent-%COMP%] .notfound-404[_ngcontent-%COMP%] h1[_ngcontent-%COMP%] > span[_ngcontent-%COMP%]{display:inline-block;width:120px;height:120px;background-size:cover;transform:scale(1.4);z-index:-1}.notfound[_ngcontent-%COMP%] h3[_ngcontent-%COMP%]{font-family:Montserrat,sans-serif;font-size:22px;font-weight:700;margin:0;text-transform:uppercase;color:#232323}.notfound[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{font-family:Montserrat,sans-serif;color:#787878;font-weight:300}.notfound[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{font-family:Montserrat,sans-serif;display:inline-block;padding:12px 30px;font-weight:700;background-color:#f99827;color:#fff;border-radius:40px;text-decoration:none;transition:.2s all}.notfound[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:hover{opacity:.8}@media only screen and (max-width: 767px){.notfound[_ngcontent-%COMP%] .notfound-404[_ngcontent-%COMP%]{height:115px}.notfound[_ngcontent-%COMP%] .notfound-404[_ngcontent-%COMP%] h1[_ngcontent-%COMP%]{font-size:86px}.notfound[_ngcontent-%COMP%] .notfound-404[_ngcontent-%COMP%] h1[_ngcontent-%COMP%] > span[_ngcontent-%COMP%]{width:86px;height:86px}}\"]\n });\n }\n return NotFoundComponent;\n})();","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]}
|