Skip to content

Commit ca5f948

Browse files
Burak Tascirolandjitsu
Burak Tasci
authored andcommitted
docs: added ng-seed/universal, ng-seed/spa, components and docs (PatrickJS#233)
1 parent 9f67833 commit ca5f948

File tree

2 files changed

+31
-5
lines changed

2 files changed

+31
-5
lines changed

README.md

+13-5
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Table of contents:
5858
* [Seed Projects](#nativescript-seed-projects)
5959
* [React Native](#react-native)
6060
* [React Native General Resources](#react-native-general-resources)
61-
61+
6262
### Angular 2
6363
> Angular is a development platform for building mobile and desktop web applications.
6464
@@ -139,7 +139,10 @@ Table of contents:
139139
* [Even better ES5 code for Angular 2](http://blog.thoughtram.io/angular/2015/07/06/even-better-es5-code-for-angular-2.html)
140140
* [Writing Angular 2 code in ES5](http://blog.thoughtram.io/angular/2015/05/09/writing-angular-2-code-in-es5.html)
141141
* [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)
145+
143146
#### Angular 2 Integrations
144147
* [FalcorJS + Angular2 (Video)](https://youtu.be/z8UgDZ4rXBU)
145148
* [Angular2-Meteor](http://angular-meteor.com/angular2)
@@ -149,6 +152,10 @@ Table of contents:
149152
### Angular 2 Components
150153
* [Axponents: of Accessible Web Components (Dylan Barrell)](https://github.com/dylanb/Axponents/tree/master/angular2)
151154
* [ng2-bootstrap: Native Angular2 bootstrap components](https://github.com/valor-software/ng2-bootstrap)
155+
* [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
152159

153160
### Angular 2 Generators
154161
* Node.js
@@ -171,7 +178,7 @@ Table of contents:
171178

172179
#### Universal Seed Projects
173180
* [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
175182

176183
### Angular 2 in TypeScript
177184
> 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.
192199
* [ng2-play.ts](https://github.com/pkozlowski-opensource/ng2-play.ts#awesome-angular2) A minimal Angular2 playground using TypeScript
193200
* [Angular2Go](https://github.com/johnpapa/angular2-go#awesome-angular2) Angular 2 Go !
194201
* [Angular 2 Samples](https://github.com/thelgevold/angular-2-samples) Angular 2.0 sample components
195-
202+
* [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
203+
196204
### Angular 2 in Dart
197205
> Dart is an open-source, scalable programming language, with robust libraries and runtimes, for building web, server, and mobile apps.
198206
@@ -254,7 +262,7 @@ TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
254262
##### Ionic 2 General Resources
255263
* [Repository (GitHub)](https://github.com/driftyco/ionic2)
256264

257-
#### Angular 2 in NativeScript
265+
#### Angular 2 in NativeScript
258266
> Build truly native iOS, Android and Windows Phone apps with Javascript and CSS. Try NativeScript open-source framework for cross-platform development.
259267
260268
##### NativeScript General Resources

index.html

+18
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,15 @@ <h4>
304304
</li>
305305
</ul>
306306

307+
<ul>
308+
<li>Burak Tasci (fulls1z3)
309+
310+
<ul>
311+
<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>
312+
</ul>
313+
</li>
314+
</ul>
315+
307316
<h4>
308317
<a id="angular-2-integrations" class="anchor" href="#angular-2-integrations" aria-hidden="true"><span class="octicon octicon-link"></span></a>Angular 2 Integrations</h4>
309318

@@ -320,6 +329,10 @@ <h3>
320329
<ul>
321330
<li><a href="https://github.com/dylanb/Axponents/tree/master/angular2">Axponents: of Accessible Web Components (Dylan Barrell)</a></li>
322331
<li><a href="https://github.com/valor-software/ng2-bootstrap">ng2-bootstrap: Native Angular2 bootstrap components</a></li>
332+
<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>
333+
<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>
334+
<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>
335+
<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>
323336
</ul>
324337

325338
<h3>
@@ -384,6 +397,9 @@ <h4>
384397
<li>
385398
<a href="https://github.com/angular-class/fullstack-angular2-starter">fullstack-angular2-starter</a> - Fullstack Angular 2 starter kit by <a href="https://github.com/Angular-Class" class="user-mention">@Angular-Class</a>
386399
</li>
400+
<li>
401+
<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>
402+
</li>
387403
</ul>
388404

389405
<h3>
@@ -428,6 +444,8 @@ <h4>
428444
<a href="https://github.com/johnpapa/angular2-go#awesome-angular2">Angular2Go</a> Angular 2 Go !</li>
429445
<li>
430446
<a href="https://github.com/thelgevold/angular-2-samples">Angular 2 Samples</a> Angular 2.0 sample components</li>
447+
<li>
448+
<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>
431449
</ul>
432450

433451
<h3>

0 commit comments

Comments
 (0)