Changeset 333cdac for Farmatiko/ClientApp/src/app/home/home.component.ts
- Timestamp:
- 07/21/20 22:00:35 (4 years ago)
- Branches:
- master
- Children:
- c352b2d
- Parents:
- 0c48bbb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Farmatiko/ClientApp/src/app/home/home.component.ts
r0c48bbb r333cdac 1 import { Component } from '@angular/core'; 1 import { Component, OnInit, Input, ViewChild } from '@angular/core'; 2 import { MaterialModule } from '../shared/material.module'; 2 3 3 4 @Component({ 4 5 selector: 'app-home', 5 6 templateUrl: './home.component.html', 7 styleUrls: ['./home.component.css'] 6 8 }) 7 9 export class HomeComponent {
Note:
See TracChangeset
for help on using the changeset viewer.