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
*[Angular 4 with server side rendering (aka Angular Universal)](https://medium.com/burak-tasci/angular-4-with-server-side-rendering-aka-angular-universal-f6c228ded8b0)
*[od-virtualscroll](https://github.com/dinony/od-virtualscroll) Observable-based virtual scroll implementation in Angular
443
447
*[angular2-froala-wysiwyg](https://github.com/froala/angular2-froala-wysiwyg) Angular 2 wrapper for Froala WYSIWYG HTML Editor
448
+
*[ngx-meta/core](https://github.com/ngx-meta/core) - Dynamic page title & meta tags utility for Angular (w/server-side rendering) by @fulls1z3
449
+
*[ngx-config/core](https://github.com/ngx-config/core) - Configuration utility for Angular (incl. Angular Universal loader) by @fulls1z3
450
+
*[ngx-cache/core](https://github.com/ngx-cache/core) - Cache utility for Angular (incl. browser & server platform implementations) by @fulls1z3
451
+
*[ngx-i18n-router/core](https://github.com/ngx-i18n-router/core) - Route internationalization utility for Angular by @fulls1z3
444
452
445
453
#### Pipes
446
454
*[fuel-ui](https://github.com/FuelInteractive/fuel-ui) OrderBy and Range pipes ported from Angular 1.x to Angular 2
@@ -482,7 +490,7 @@ Http is available as an injectable class, with methods to perform http requests.
482
490
483
491
#### Universal Seed Projects
484
492
*[universal-starter](https://github.com/angular/universal-starter) - Angular 2 Universal starter kit by @Angular-Class
485
-
*[universal-example-app](https://github.com/nglibs/universal-example-app) - Example app showcasing both Universal and lean Angular on a single project by @fulls1z3
493
+
*[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
486
494
487
495
---
488
496
@@ -527,6 +535,7 @@ TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
527
535
*[famn](https://github.com/implustech/famn) - Angular 2 + FeathersJS application framework for both client and server side
528
536
*[Angular NPM Module Seed](https://github.com/davguij/angular-npm-module-seed) - Starting point for developing Angular modules and publishing them on NPM.
529
537
*[Angular2 D3v4 Seed](https://github.com/gp187/angular2-d3v4-graph) - Angular2 D3v4 implementation of charts, graphs, area and view porting seed project
538
+
*[ng-seed/spa](https://github.com/ng-seed/spa) - Seed project for Angular apps featuring Webpack, dev/prod modes, DLLs, AoT compilation, HMR, SCSS compilation, lazy loading, config, cache, i18n, SEO, and TSLint/codelyzer by @fulls1z3
Copy file name to clipboardExpand all lines: index.html
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -299,6 +299,15 @@ <h4>
299
299
</li>
300
300
</ul>
301
301
302
+
<ul>
303
+
<li>Burak Tasci (fulls1z3)
304
+
305
+
<ul>
306
+
<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>
330
+
<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>
318
331
</ul>
319
332
320
333
<h3>
@@ -379,6 +392,9 @@ <h4>
379
392
<li>
380
393
<ahref="https://github.com/angularclass/fullstack-angular2-starter">fullstack-angular2-starter</a> - Fullstack Angular 2 starter kit by <ahref="https://github.com/AngularClass" class="user-mention">@AngularClass</a>
0 commit comments