Skip to content

Commit cb351c1

Browse files
Burak Tascirolandjitsu
authored andcommitted
docs: added ng-seed/universal, ng-seed/spa, components and docs (PatrickJS#232)
1 parent 8442019 commit cb351c1

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ Http is available as an injectable class, with methods to perform http requests.
297297
#### Style Guides
298298

299299
* [Official Angular 2 Style guide](https://angular.io/styleguide)
300+
* [Shared TSLint & codelyzer rules by fulls1z3](https://github.com/fulls1z3/angular-tslint-rules)
300301

301302
#### Angular Connect
302303
* [Keynote – Brad Green, Igor Minar and Jules Kremer](https://www.youtube.com/watch?v=UxjgUjVpe24)
@@ -374,6 +375,9 @@ Http is available as an injectable class, with methods to perform http requests.
374375
* [Socket.io with Observables](http://www.syntaxsuccess.com/viewarticle/socket.io-with-rxjs-in-angular-2.0)
375376
* [Change Detection](http://www.syntaxsuccess.com/viewarticle/change-detection-in-angular-2.0)
376377

378+
* Burak Tasci (fulls1z3)
379+
* [Angular 4 with server side rendering (aka Angular Universal)](https://medium.com/burak-tasci/angular-4-with-server-side-rendering-aka-angular-universal-f6c228ded8b0)
380+
377381
#### Integrations
378382
* [FalcorJS + Angular2 (Video)](https://www.youtube.com/watch?v=z8UgDZ4rXBU&feature=youtu.be)
379383
* [Angular2-Meteor](https://www.angular-meteor.com/angular2)
@@ -441,6 +445,10 @@ Http is available as an injectable class, with methods to perform http requests.
441445
* [angular-split](https://github.com/bertrandg/angular-split) Angular split component
442446
* [od-virtualscroll](https://github.com/dinony/od-virtualscroll) Observable-based virtual scroll implementation in Angular
443447
* [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
444452

445453
#### Pipes
446454
* [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.
482490

483491
#### Universal Seed Projects
484492
* [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
486494

487495
---
488496

@@ -527,6 +535,7 @@ TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
527535
* [famn](https://github.com/implustech/famn) - Angular 2 + FeathersJS application framework for both client and server side
528536
* [Angular NPM Module Seed](https://github.com/davguij/angular-npm-module-seed) - Starting point for developing Angular modules and publishing them on NPM.
529537
* [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
530539
* [**{{** add_your_repo **}}**](https://github.com/angularclass/awesome-angular/edit/gh-pages/README.md)
531540

532541

index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,15 @@ <h4>
299299
</li>
300300
</ul>
301301

302+
<ul>
303+
<li>Burak Tasci (fulls1z3)
304+
305+
<ul>
306+
<li><a href="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>
307+
</ul>
308+
</li>
309+
</ul>
310+
302311
<h4>
303312
<a id="angular-2-integrations" class="anchor" href="#angular-2-integrations" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Angular 2 Integrations</h4>
304313

@@ -315,6 +324,10 @@ <h3>
315324
<ul>
316325
<li><a href="https://github.com/dylanb/Axponents/tree/master/angular2">Axponents: of Accessible Web Components (Dylan Barrell)</a></li>
317326
<li><a href="https://github.com/valor-software/ng2-bootstrap">ng2-bootstrap: Native Angular2 bootstrap components</a></li>
327+
<li><a href="https://github.com/ngx-meta/core">ngx-meta/core: Dynamic page title & meta tags utility for Angular (w/server-side rendering) by</a><a href="https://github.com/fulls1z3" class="user-mention">@fulls1z3</a></li>
328+
<li><a href="https://github.com/ngx-config/core">ngx-config/core: Configuration utility for Angular (incl. Angular Universal loader) by</a><a href="https://github.com/fulls1z3" class="user-mention">@fulls1z3</a></li>
329+
<li><a href="https://github.com/ngx-cache/core">ngx-cache/core: Cache utility for Angular (incl. browser & server platform implementations) by</a><a href="https://github.com/fulls1z3" class="user-mention">@fulls1z3</a></li>
330+
<li><a href="https://github.com/ngx-i18n-router/core">ngx-i18n-router/core: Route internationalization utility for Angular by by</a><a href="https://github.com/fulls1z3" class="user-mention">@fulls1z3</a></li>
318331
</ul>
319332

320333
<h3>
@@ -379,6 +392,9 @@ <h4>
379392
<li>
380393
<a href="https://github.com/angularclass/fullstack-angular2-starter">fullstack-angular2-starter</a> - Fullstack Angular 2 starter kit by <a href="https://github.com/AngularClass" class="user-mention">@AngularClass</a>
381394
</li>
395+
<li>
396+
<a href="https://github.com/ng-seed/universal">ng-seed/universal</a> - 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 <a href="https://github.com/fulls1z3" class="user-mention">@fulls1z3</a>
397+
</li>
382398
</ul>
383399

384400
<h3>
@@ -423,6 +439,8 @@ <h4>
423439
<a href="https://github.com/johnpapa/angular2-go#awesome-angular2">Angular2Go</a> Angular 2 Go !</li>
424440
<li>
425441
<a href="https://github.com/thelgevold/angular-2-samples">Angular 2 Samples</a> Angular 2.0 sample components</li>
442+
<li>
443+
<a href="https://github.com/ng-seed/spa">ng-seed/spa</a> - 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 <a href="https://github.com/fulls1z3" class="user-mention">@fulls1z3</a></li>
426444
</ul>
427445

428446
<h3>

0 commit comments

Comments
 (0)