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
|
Line | |
---|
1 | import { Component, OnInit, Input, ViewChild } from '@angular/core';
|
---|
2 | import { MaterialModule } from '../shared/material.module';
|
---|
3 |
|
---|
4 | @Component({
|
---|
5 | selector: 'app-home',
|
---|
6 | templateUrl: './home.component.html',
|
---|
7 | styleUrls: ['./home.component.css']
|
---|
8 | })
|
---|
9 | export class HomeComponent {
|
---|
10 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.