You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Client/app/containers/home/home.component.html
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -14,36 +14,36 @@ <h1>{{ title }}</h1>
14
14
<divclass="col-lg-6">
15
15
<h2>What does this Starter offer? </h2>
16
16
<ul>
17
-
<li>ASP.NET Core 1.1 :: (Currently VS2015 only) - .csproj 2017 version coming when closer to release</li>
17
+
<li>ASP.NET Core 1.0 :: ( Visual Studio 2017 )</li>
18
18
<li>
19
19
Angular 4.* front-end UI framework
20
20
<ul>
21
-
<li><ahref="https://github.com/angular/universal">Universal</a> - server-side rendering for SEO, deep-linking, and incredible performance.</li>
22
-
<li>NgRx - Redux architecture</li>
21
+
<li>Angular **platform-server** (Universal moved into Core here) - server-side rendering for SEO, deep-linking, and incredible performance.</li>
23
22
<li>HMR State Management - Don't lose your applications state during HMR!</li>
24
-
<li>AoT (Ahead-of-time) production compilation for even faster prod builds. (UPCOMING)</li>
23
+
<li>AoT (Ahead-of-time) production compilation for even faster prod builds.</li>
25
24
</ul>
26
25
</li>
27
26
<li>
28
27
The latest TypeScript 2.* features
29
-
<ul>
28
+
<!--<ul>
30
29
<li>
31
30
"Path" support example - create your own custom directory paths to avoid `../../` directory diving.<br />
32
31
Check the <a href="https://github.com/MarkPieszak/aspnetcore-angular2-universal/blob/master/tsconfig.json">tsconfig</a> to see how they are setup.
33
32
</li>
34
-
</ul>
33
+
</ul>-->
35
34
</li>
36
35
<li>
37
-
Webpack 2 (current in Beta)
36
+
Webpack 2
38
37
<ul>
39
-
<li>TS2 aware path support</li>
38
+
<!--<li>TS2 aware path support</li>-->
40
39
<li>Hot Module Reloading/Replacement for an amazing dev experience.</li>
41
-
<li>Tree-shaking (UPCOMING)</li>
40
+
<li>Tree-shaking</li>
42
41
</ul>
43
42
</li>
43
+
44
44
<li>Bootstrap (ng2-bootstrap) : Bootstrap capable of being rendered even on the server.</li>
45
45
<li>Unit testing via karma & jasmine.</li>
46
-
<li>e2e testing via protractor.</li>
46
+
<!--<li>e2e testing via protractor.</li>-->
47
47
</ul>
48
48
</div>
49
49
@@ -52,7 +52,7 @@ <h2>Having issues?</h2>
52
52
53
53
<ul>
54
54
<li><strong>Issues with this Starter?</strong><br>Please post an issue here: <ahref="https://github.com/MarkPieszak/aspnetcore-angular2-universal">AspNetCore-Angular2-Universal repo</a><br><br></li>
55
-
<li><strong>Issues with <u>Universal</u> itself?</strong><br>Please post an issue here: <ahref="https://github.com/angular/universal">Angular Universal repo</a></li>
55
+
<!--<li><strong>Issues with <u>Universal</u> itself?</strong> <br>Please post an issue here: <a href="https://github.com/angular/universal">Angular Universal repo</a></li>-->
0 commit comments