Remove obsolete reference in Angular template home. Fixes #470

This commit is contained in:
Steve Sanderson 2018-04-26 16:27:54 +01:00
Родитель 6e67c9345c
Коммит 52a9e7a54d
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -12,4 +12,3 @@
<li><strong>Efficient production builds</strong>. In production mode, development-time features are disabled, and your <code>dotnet publish</code> configuration automatically invokes <code>ng build</code> to produce minified, ahead-of-time compiled JavaScript files.</li>
</ul>
<p>The <code>ClientApp</code> subdirectory is a standard Angular CLI application. If you open a command prompt in that directory, you can run any <code>ng</code> command (e.g., <code>ng test</code>), or use <code>npm</code> to install extra packages into it.</p>
<p>If you want to enable server-side prerendering, see the steps in <code>Startup.cs</code>.</p>