Last change
on this file since de2baac was 785b8bd, checked in by Mile Jankuloski <mile.jankuloski@…>, 4 years ago |
Dashboards v0.1
|
-
Property mode
set to
100644
|
File size:
317 bytes
|
Line | |
---|
1 | import { Component, OnInit } from '@angular/core';
|
---|
2 | import { FormControl } from '@angular/forms';
|
---|
3 |
|
---|
4 | @Component({
|
---|
5 | selector: 'app-admin',
|
---|
6 | templateUrl: './admin.component.html',
|
---|
7 | styleUrls: ['./admin.component.css']
|
---|
8 | })
|
---|
9 | export class AdminComponent implements OnInit {
|
---|
10 |
|
---|
11 | constructor() { }
|
---|
12 |
|
---|
13 | ngOnInit(): void {
|
---|
14 | }
|
---|
15 |
|
---|
16 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.