File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 3
3
<div class =" nf-container l-flex-wrap flex-center " >
4
4
<img src="assets/images/support/angular-404.svg" width="300px" height="300px"/>
5
5
<div class="nf-response l-flex-wrap">
6
- <h1>Page Not Found</h1>
6
+ <h1 class="no-toc" >Page Not Found</h1>
7
7
<p>We're sorry. The page you are looking for cannot be found.</p>
8
8
</div>
9
- </div >
9
+ </div >
Original file line number Diff line number Diff line change @@ -19,13 +19,16 @@ export const FETCHING_ERROR_ID = 'fetching-error';
19
19
20
20
const CONTENT_URL_PREFIX = 'content/docs/' ;
21
21
const FETCHING_ERROR_CONTENTS = `
22
- <div class="nf-container l-flex-wrap flex-center">
23
- <div class="nf-icon material-icons">error_outline</div>
24
- <div class="nf-response l-flex-wrap">
25
- <h1>Request for document failed.</h1>
26
- <p>We are unable to retrieve the "<current-location></current-location>" page at this time.
27
- Please check your connection and try again later.</p>
28
- </div></div>
22
+ <div class="nf-container l-flex-wrap flex-center">
23
+ <div class="nf-icon material-icons">error_outline</div>
24
+ <div class="nf-response l-flex-wrap">
25
+ <h1 class="no-toc">Request for document failed.</h1>
26
+ <p>
27
+ We are unable to retrieve the "<current-location></current-location>" page at this time.
28
+ Please check your connection and try again later.
29
+ </p>
30
+ </div>
31
+ </div>
29
32
` ;
30
33
31
34
@Injectable ( )
You can’t perform that action at this time.
0 commit comments