This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree 1 file changed +3
-3
lines changed
public/docs/ts/latest/guide
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
* [Measure performance first](#measure)
17
17
* [Angular configuration](#angular-configuration)
18
18
* [The `base` tag](#base-tag)
19
- * [Enable production mode](#enableprodmode )
19
+ * [Enable production mode](#enable-prod-mode )
20
20
* [Lazy loading](#lazy-loading)
21
21
* [Server configuration](#server-configuration)
22
22
* [Routed apps must fallback to `index.html`](#fallback)
@@ -70,7 +70,7 @@ a#dev-deploy
70
70
1. Configure the server to redirect requests for missing files to `index.html`.
71
71
[More on this below](#fallback).
72
72
73
- 1. Enable production mode as [described below](#enableprodmode ) (optional).
73
+ 1. Enable production mode as [described below](#enable-prod-mode ) (optional).
74
74
75
75
That's the simplest deployment you can do.
76
76
@@ -322,7 +322,7 @@ a#base-tag
322
322
When the `base` tag is misconfigured, the app fails to load and the browser console displays `404 - Not Found` errors
323
323
for the missing files. Look at where it _tried_ to find those files and adjust the base tag appropriately.
324
324
325
- a#enableProdMode
325
+ a#enable-prod-mode
326
326
:marked
327
327
### Enable production mode
328
328
You can’t perform that action at this time.
0 commit comments