refactor(router): remove deprecated initialNavigation options (#18781)

BREAKING CHANGE: the values `true`, `false`, `legacy_enabled` and `legacy_disabled` for the router parameter `initialNavigation` have been removed as they were deprecated. Use `enabled` or `disabled` instead.

PR Close #18781
This commit is contained in:
Olivier Combe
2017-08-18 14:54:55 +02:00
committed by Miško Hevery
parent c055dc7441
commit d76761bf01
3 changed files with 6 additions and 106 deletions

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<base href="/">
<base href="/index.3.html">
<title>NgModule - Contact</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">