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