Last change
on this file since fbaea22 was ec6ac45, checked in by Mile Jankuloski <mile.jankuloski@…>, 4 years ago |
Adjusments
|
-
Property mode
set to
100644
|
File size:
279 bytes
|
Rev | Line | |
---|
[ec6ac45] | 1 | import { Component, OnInit, Input, ViewChild } from '@angular/core';
|
---|
| 2 | import { MaterialModule } from '../shared/material.module';
|
---|
[30a465f] | 3 |
|
---|
| 4 | @Component({
|
---|
| 5 | selector: 'app-home',
|
---|
| 6 | templateUrl: './home.component.html',
|
---|
[ec6ac45] | 7 | styleUrls: ['./home.component.css']
|
---|
[30a465f] | 8 | })
|
---|
| 9 | export class HomeComponent {
|
---|
| 10 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.