Project

General

Profile

1
/*
2
*  updated by myrto on 19/12/2018
3
*/
4

    
5
import { Component, OnInit } from '@angular/core';
6

    
7
@Component ({
8
  selector: 'app-admin',
9
  templateUrl: '../pageContainer.html'
10
})
11

    
12
export class AdminPgComponent implements OnInit {
13

    
14
  constructor() {}
15

    
16
  ngOnInit() {}
17
}
(6-6/8)