File

src/app/hospital-details/hospital-details.component.ts

Implements

OnInit

Metadata

encapsulation ViewEncapsulation.None
selector app-hospital-details
styleUrls hospital-details.component.scss
templateUrl ./hospital-details.component.html

Index

Methods

Constructor

constructor()

Methods

ngOnInit
ngOnInit()
Returns : void
import { Component, OnInit, ViewEncapsulation } from '@angular/core';

@Component({
  selector: 'app-hospital-details',
  templateUrl: './hospital-details.component.html',
  styleUrls: ['./hospital-details.component.scss'],
  encapsulation: ViewEncapsulation.None
})
export class HospitalDetailsComponent implements OnInit {

  constructor() { }

  ngOnInit() {
  }

}
<div class="container hospital-details">
  <div class="row">

    <div class="col-md-12">
      <h3 class="hospital-det-head">TSC hospital</h3>
      <p>
        TSC Institute of Medical Science (Amrita Hospital) brings together a dedicated team of physicians, nurses, and other healthcare
        professionals to provide the highest standards of medical treatment. Our full range of primary and specialty care
      </p>
      <div class="row">
        <div class="col-md-4">
          <mat-card>
            <h6 class="hospital-det-head">Our Vision</h6>
            To serve the community with all the resources at its disposal in the chosen field of medical treatment.
          </mat-card>
        </div>
        <div class="col-md-4">
          <mat-card>
            <h6 class="hospital-det-head">Cashless Treatment</h6>
            TSC hospital is a service provider for medical services and provides Star Health Insurance facility
          </mat-card>
        </div>
        <div class="col-md-4">
          <mat-card class="op-timing">
            <h6 class="hospital-det-head">OP Timings</h6>
            Monday- Friday 8.00 AM - 3.00 PM Saturday8.00 AM - 3.00 PM Sunday8.00 AM - 3.00 PM
          </mat-card>
        </div>
      </div>
      <br>
      <h4 class="hospital-det-head">Departments</h4>
      <mat-list>
        <mat-list-item>Orthopaedics</mat-list-item>
        <mat-list-item>General Medicine</mat-list-item>
        <mat-list-item>Obstetrics & Gynaecology</mat-list-item>
      </mat-list>
      <div>
        <h4 class="hospital-det-head">Contact us</h4>
        TSC hospital By pass road, Kulathoor, Trivandrum Kulathoor
        <br> 0471 2412127, 2412128,
        <br> 8281524594
        <br> tschospital@gmail.com
      </div>
    </div>
    <!-- <div class="col-md-6">
      <img class="doc-img img-fluid" src="assets/images/doc.png" alt="Photo of a Shiba Inu">
    </div> -->
  </div>
</div>
Legend
Html element
Component
Html element with directive

results matching ""

    No results matching ""