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
I18n support - Can switch between English and Norwegian (TrilonIO#155)
* added ng2-translate
* added translate module to app.module
* translation works but json location hardcoded...
* added buttons for switching language
* some more translations
* switching between english and norwegian works
ClosesTrilonIO#111
<li>ASP.NET Core 1.1 :: ( Visual Studio 2017 )</li>
17
+
<li>
18
+
Angular 4.* front-end UI framework
16
19
<ul>
17
-
<li>ASP.NET Core 1.1 :: ( Visual Studio 2017 )</li>
18
-
<li>
19
-
Angular 4.* front-end UI framework
20
-
<ul>
21
-
<li>Angular **platform-server** (Universal moved into Core here) - server-side rendering for SEO, deep-linking, and incredible performance.</li>
22
-
<!--<li>HMR State Management - Don't lose your applications state during HMR!</li>-->
23
-
<li>AoT (Ahead-of-time) production compilation for even faster Prod builds.</li>
24
-
</ul>
25
-
</li>
26
-
<li>
27
-
The latest TypeScript 2.* features
28
-
<!--<ul>
20
+
<li>Angular **platform-server** (Universal moved into Core here) - server-side rendering for SEO, deep-linking, and
21
+
incredible performance.</li>
22
+
<!--<li>HMR State Management - Don't lose your applications state during HMR!</li>-->
23
+
<li>AoT (Ahead-of-time) production compilation for even faster Prod builds.</li>
24
+
</ul>
25
+
</li>
26
+
<li>
27
+
The latest TypeScript 2.* features
28
+
<!--<ul>
29
29
<li>
30
30
"Path" support example - create your own custom directory paths to avoid `../../` directory diving.<br />
31
31
Check the <a href="https://github.com/MarkPieszak/aspnetcore-angular2-universal/blob/master/tsconfig.json">tsconfig</a> to see how they are setup.
32
32
</li>
33
33
</ul>-->
34
-
</li>
35
-
<li>
36
-
Webpack 2
37
-
<ul>
38
-
<!--<li>TS2 aware path support</li>-->
39
-
<li>Hot Module Reloading/Replacement for an amazing development experience.</li>
40
-
<li>Tree-shaking</li>
41
-
</ul>
42
-
</li>
43
-
44
-
<li>Bootstrap (ng2-bootstrap) : Bootstrap capable of being rendered even on the server.</li>
45
-
<li>Unit testing via karma & jasmine.</li>
46
-
<!--<li>e2e testing via protractor.</li>-->
34
+
</li>
35
+
<li>
36
+
Webpack 2
37
+
<ul>
38
+
<!--<li>TS2 aware path support</li>-->
39
+
<li>Hot Module Reloading/Replacement for an amazing development experience.</li>
40
+
<li>Tree-shaking</li>
47
41
</ul>
48
-
</div>
42
+
</li>
49
43
50
-
<divclass="col-lg-6">
51
-
<h2>Having issues?</h2>
44
+
<li>Bootstrap (ng2-bootstrap) : Bootstrap capable of being rendered even on the server.</li>
45
+
<li>Unit testing via karma & jasmine.</li>
46
+
<!--<li>e2e testing via protractor.</li>-->
47
+
</ul>
52
48
53
-
<ul>
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: <a href="https://github.com/angular/universal">Angular Universal repo</a></li>-->
56
-
</ul>
57
-
</div>
49
+
</div>
50
+
51
+
<divclass="col-lg-6">
52
+
<h2>{{ 'HOME_ISSUES_TITLE' | translate }}</h2>
53
+
54
+
<ul>
55
+
<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>
56
+
<!--<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