Changeset 785b8bd for Farmatiko/ClientApp/src/app/home
- Timestamp:
- 07/24/20 03:17:26 (4 years ago)
- Branches:
- master
- Children:
- de2baac
- Parents:
- 37c8d1d
- Location:
- Farmatiko/ClientApp/src/app/home
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Farmatiko/ClientApp/src/app/home/home.component.html
r37c8d1d r785b8bd 1 <app-nav-menu></app-nav-menu> 2 1 3 <div class="wrapper"> 2 4 <div> -
Farmatiko/ClientApp/src/app/home/home.component.ts
r37c8d1d r785b8bd 1 1 import { Component, OnInit, Input, ViewChild } from '@angular/core'; 2 import { MaterialModule } from '../shared/material.module';3 2 4 3 @Component({
Note:
See TracChangeset
for help on using the changeset viewer.