ymanager/webapp/src/app/page-not-found/page-not-found.component.ts @ a923ada8
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 | }
|