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
feat(Angular 5.0): update engine-etc for angular 5.0 & Domino (#437)
* feat(5.0): update engine-etc for angular 5.0-rc1
WIP - More updates to come
* remove ng 4 references
* update source maps for faster HMR builds
* use aspnetcore-engine & misc updates and fixes
* update to 5.0 official
Closes#434Closes#435Closes#430Closes#424
Copy file name to clipboardExpand all lines: ClientApp/app/containers/home/home.component.html
+2-10
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
<h1>{{ title }}</h1>
2
2
3
3
<blockquote>
4
-
<strong>Enjoy the latest features from .NET Core & Angular 4.0!</strong>
4
+
<strong>Enjoy the latest features from .NET Core & Angular 5.0!</strong>
5
5
<br> For more info check the repo here: <ahref="https://github.com/MarkPieszak/aspnetcore-angular2-universal">AspNetCore-Angular2-Universal repo</a>
"Path" support example - create your own custom directory paths to avoid `../../` directory diving.<br />
28
-
Check the <a href="https://github.com/MarkPieszak/aspnetcore-angular2-universal/blob/master/tsconfig.json">tsconfig</a> to see how they are setup.
29
-
</li>
30
-
</ul>-->
31
25
</li>
32
26
<li>
33
27
Webpack
34
28
<ul>
35
-
<!--<li>TS2 aware path support</li>-->
36
29
<li>Hot Module Reloading/Replacement for an amazing development experience.</li>
37
30
<li>Tree-shaking</li>
38
31
</ul>
39
32
</li>
40
33
41
34
<li>Bootstrap (ngx-bootstrap) : Bootstrap capable of being rendered even on the server.</li>
0 commit comments