|
@@ -11,35 +11,6 @@ import { Component, OnInit } from '@angular/core';
|
|
|
})
|
|
|
export class ExternalHospitalComponent implements OnInit {
|
|
|
|
|
|
- // customOptions: any = {
|
|
|
- // loop: true,
|
|
|
- // mouseDrag: false,
|
|
|
- // touchDrag: false,
|
|
|
- // pullDrag: false,
|
|
|
- // dots: false,
|
|
|
- // navSpeed: 700,
|
|
|
- // navText: [ '<i class="fa-chevron-left"></i>', '<i class="fa-chevron-right></i>"' ],
|
|
|
- // responsive: {
|
|
|
- // 0: {
|
|
|
- // items: 1
|
|
|
- // },
|
|
|
- // 400: {
|
|
|
- // items: 2
|
|
|
- // },
|
|
|
- // 740: {
|
|
|
- // items: 3
|
|
|
- // },
|
|
|
- // 940: {
|
|
|
- // items: 4
|
|
|
- // }
|
|
|
- // },
|
|
|
- // nav: true
|
|
|
- // }
|
|
|
-
|
|
|
- // slidesStore=[];
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
number: number = 1;
|
|
|
numberWidth:number = 6;
|
|
|
|
|
@@ -67,19 +38,8 @@ export class ExternalHospitalComponent implements OnInit {
|
|
|
ngOnInit() {
|
|
|
|
|
|
this.authSer.homeActivate = false;
|
|
|
- // //catch params type from URL
|
|
|
- // this.route.params.subscribe(
|
|
|
- // (params:Params) => {
|
|
|
- // this.typePage = params['type_page'];
|
|
|
- // }
|
|
|
- // );
|
|
|
+
|
|
|
|
|
|
- // this.slidesStore = [
|
|
|
- // {src: '../../../assets/image/avatar.png', alt: 'title', title: 'title' , id: 1},
|
|
|
- // {src: '../../../assets/image/avatar.png', alt: 'title', title: 'title', id: 2},
|
|
|
- // {src: '../../../assets/image/avatar.png', alt: 'title', title: 'title', id: 3},
|
|
|
- // {src: '../../../assets/image/avatar.png', alt: 'title', title: 'title', id: 4}
|
|
|
- // ];
|
|
|
|
|
|
//get hospital or managaments data
|
|
|
|