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: README.md
+13-5
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ Table of contents:
58
58
*[Seed Projects](#nativescript-seed-projects)
59
59
*[React Native](#react-native)
60
60
*[React Native General Resources](#react-native-general-resources)
61
-
61
+
62
62
### Angular 2
63
63
> Angular is a development platform for building mobile and desktop web applications.
64
64
@@ -139,7 +139,10 @@ Table of contents:
139
139
*[Even better ES5 code for Angular 2](http://blog.thoughtram.io/angular/2015/07/06/even-better-es5-code-for-angular-2.html)
140
140
*[Writing Angular 2 code in ES5](http://blog.thoughtram.io/angular/2015/05/09/writing-angular-2-code-in-es5.html)
141
141
*[The difference between Annotations and Decorators](http://blog.thoughtram.io/angular/2015/05/03/the-difference-between-annotations-and-decorators.html)
142
-
142
+
143
+
* Burak Tasci (fulls1z3)
144
+
*[Angular 4 with server side rendering (aka Angular Universal)](https://medium.com/burak-tasci/angular-4-with-server-side-rendering-aka-angular-universal-f6c228ded8b0)
*[ngx-meta/core](https://github.com/ngx-meta/core) - Dynamic page title & meta tags utility for Angular (w/server-side rendering) by @fulls1z3
156
+
*[ngx-config/core](https://github.com/ngx-config/core) - Configuration utility for Angular (incl. Angular Universal loader) by @fulls1z3
157
+
*[ngx-cache/core](https://github.com/ngx-cache/core) - Cache utility for Angular (incl. browser & server platform implementations) by @fulls1z3
158
+
*[ngx-i18n-router/core](https://github.com/ngx-i18n-router/core) - Route internationalization utility for Angular by @fulls1z3
152
159
153
160
### Angular 2 Generators
154
161
* Node.js
@@ -171,7 +178,7 @@ Table of contents:
171
178
172
179
#### Universal Seed Projects
173
180
*[fullstack-angular2-starter](https://github.com/angular-class/fullstack-angular2-starter) - Fullstack Angular 2 starter kit by @Angular-Class
174
-
*[universal-example-app](https://github.com/nglibs/universal-example-app) - Example app showcasing both Universal and lean Angular on a single project by @fulls1z3
181
+
*[ng-seed/universal](https://github.com/ng-seed/universal) - Seed project for Angular Universal apps featuring Server-Side Rendering (SSR), Webpack, dev/prod modes, DLLs, AoT compilation, HMR, SCSS compilation, lazy loading, config, cache, i18n, SEO, and TSLint/codelyzer by @fulls1z3
175
182
176
183
### Angular 2 in TypeScript
177
184
> TypeScript lets you write JavaScript the way you really want to.
@@ -192,7 +199,8 @@ TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
192
199
*[ng2-play.ts](https://github.com/pkozlowski-opensource/ng2-play.ts#awesome-angular2) A minimal Angular2 playground using TypeScript
193
200
*[Angular2Go](https://github.com/johnpapa/angular2-go#awesome-angular2) Angular 2 Go !
> Build truly native iOS, Android and Windows Phone apps with Javascript and CSS. Try NativeScript open-source framework for cross-platform development.
Copy file name to clipboardExpand all lines: index.html
+18
Original file line number
Diff line number
Diff line change
@@ -304,6 +304,15 @@ <h4>
304
304
</li>
305
305
</ul>
306
306
307
+
<ul>
308
+
<li>Burak Tasci (fulls1z3)
309
+
310
+
<ul>
311
+
<li><ahref="https://medium.com/burak-tasci/angular-4-with-server-side-rendering-aka-angular-universal-f6c228ded8b0">Angular 4 with server side rendering (aka Angular Universal)</a></li>
<li><ahref="https://github.com/ngx-meta/core">ngx-meta/core: Dynamic page title & meta tags utility for Angular (w/server-side rendering) by</a><ahref="https://github.com/fulls1z3" class="user-mention">@fulls1z3</a></li>
<li><ahref="https://github.com/ngx-cache/core">ngx-cache/core: Cache utility for Angular (incl. browser & server platform implementations) by</a><ahref="https://github.com/fulls1z3" class="user-mention">@fulls1z3</a></li>
335
+
<li><ahref="https://github.com/ngx-i18n-router/core">ngx-i18n-router/core: Route internationalization utility for Angular by by</a><ahref="https://github.com/fulls1z3" class="user-mention">@fulls1z3</a></li>
323
336
</ul>
324
337
325
338
<h3>
@@ -384,6 +397,9 @@ <h4>
384
397
<li>
385
398
<ahref="https://github.com/angular-class/fullstack-angular2-starter">fullstack-angular2-starter</a> - Fullstack Angular 2 starter kit by <ahref="https://github.com/Angular-Class" class="user-mention">@Angular-Class</a>
0 commit comments