Projekt

Obecné

Profil

Stáhnout (300 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1 a923ada8 Hung Hoang
import { Component, OnInit } from '@angular/core';
2
3
@Component({
4
  selector: 'app-page-not-found',
5
  templateUrl: './page-not-found.component.html',
6
  styleUrls: ['./page-not-found.component.sass']
7
})
8
export class PageNotFoundComponent implements OnInit {
9
10
  constructor() { }
11
12
  ngOnInit() {
13
  }
14
15
}