Footer en layout
This commit is contained in:
parent
04597dfed1
commit
cb72d48acd
@ -18,15 +18,6 @@
|
||||
</div>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer class="footer">
|
||||
<div class="footer-left">
|
||||
<div>Superintendencia de Servicios Sanitarios</div>
|
||||
<div>Área de Información y Tecnología</div>
|
||||
</div>
|
||||
<div class="footer-right">
|
||||
<div>Dirección: Moneda 673 Piso 9 - Metro Santa Lucía</div>
|
||||
<div>Mesa Central +56 2 23824000</div>
|
||||
</div>
|
||||
</footer>
|
||||
<app-footer></app-footer>
|
||||
</div>
|
||||
</div>
|
||||
@ -3,6 +3,7 @@ import { CommonModule } from '@angular/common';
|
||||
import { RouterModule } from '@angular/router';
|
||||
import { NavbarComponent } from '../navbar/navbar.component';
|
||||
import { SidebarComponent } from '../sidebar/sidebar.component';
|
||||
import { FooterComponent } from "../footer/footer.component";
|
||||
|
||||
@Component({
|
||||
selector: 'app-layout',
|
||||
@ -10,7 +11,8 @@ import { SidebarComponent } from '../sidebar/sidebar.component';
|
||||
CommonModule,
|
||||
RouterModule,
|
||||
NavbarComponent,
|
||||
SidebarComponent
|
||||
SidebarComponent,
|
||||
FooterComponent
|
||||
],
|
||||
templateUrl: './layout.component.html',
|
||||
styleUrl: './layout.component.scss',
|
||||
|
||||
@ -88,5 +88,3 @@
|
||||
</p-accordionTab>
|
||||
</p-accordion>
|
||||
</div>
|
||||
<!-- FOOTER -->
|
||||
<app-footer></app-footer>
|
||||
Loading…
x
Reference in New Issue
Block a user