We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fe27b9 commit 304a028Copy full SHA for 304a028
src/modules/not-found/not-found.component.ts
@@ -1,5 +1,5 @@
1
import { Component, ChangeDetectionStrategy } from '@angular/core'
2
-import { ResponseService } from '../response/browser'
+// import { ResponseService } from '../response/browser'
3
4
// tslint:disable-next-line:no-class
5
@Component({
@@ -8,7 +8,7 @@ import { ResponseService } from '../response/browser'
8
changeDetection: ChangeDetectionStrategy.OnPush
9
})
10
export class NotFoundComponent {
11
- constructor(rs: ResponseService) {
12
- rs.notFound()
13
- }
+ // constructor(rs: ResponseService) {
+ // rs.notFound()
+ // }
14
}
0 commit comments