This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
public/docs/ts/latest/guide Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616 * [Measure performance first](#measure)
1717 * [Angular configuration](#angular-configuration)
1818 * [The `base` tag](#base-tag)
19- * [Enable production mode](#enableprodmode )
19+ * [Enable production mode](#enable-prod-mode )
2020 * [Lazy loading](#lazy-loading)
2121 * [Server configuration](#server-configuration)
2222 * [Routed apps must fallback to `index.html`](#fallback)
@@ -70,7 +70,7 @@ a#dev-deploy
7070 1. Configure the server to redirect requests for missing files to `index.html`.
7171 [More on this below](#fallback).
7272
73- 1. Enable production mode as [described below](#enableprodmode ) (optional).
73+ 1. Enable production mode as [described below](#enable-prod-mode ) (optional).
7474
7575 That's the simplest deployment you can do.
7676
@@ -322,7 +322,7 @@ a#base-tag
322322 When the `base` tag is misconfigured, the app fails to load and the browser console displays `404 - Not Found` errors
323323 for the missing files. Look at where it _tried_ to find those files and adjust the base tag appropriately.
324324
325- a#enableProdMode
325+ a#enable-prod-mode
326326:marked
327327 ### Enable production mode
328328
You can’t perform that action at this time.
0 commit comments