Skip to content

Commit dcd7139

Browse files
committed
fix(igx-ts): update error components
1 parent a4fd562 commit dcd7139

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { Component } from '@angular/core';
2+
3+
@Component({
4+
template: '<h2>Error 500: Internal Server Error</h2>'
5+
})
6+
export class UncaughtError { }
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { Component } from '@angular/core';
2+
3+
@Component({
4+
template: '<h2>Error 404: Page not found</h2>'
5+
})
6+
export class NotFound { }

0 commit comments

Comments
 (0)