From a41f75da80a5d7c11c3edb550eab27436e80475e Mon Sep 17 00:00:00 2001 From: Burak Tasci Date: Mon, 10 Apr 2017 18:18:18 +0300 Subject: [PATCH 1/3] (tutorials): added "Angular 4 with server side rendering (aka Angular Universal)" --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f9dd483..1173015 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,7 @@ * [In-depth Guide: Creating Your First Angular 2 Component (Thomas Greco, Scotch.io)](https://scotch.io/tutorials/creating-your-first-angular-2-components) * [@AngularClass - Angular 2 Fundamentals](http://courses.angularclass.com/courses/angular-2-fundamentals) * [@TutorialEdge - Angular Fundamentals](https://tutorialedge.net/course/angular-2-fundamentals) +* [Angular 4 with server side rendering (aka Angular Universal)](https://medium.com/burak-tasci/angular-4-with-server-side-rendering-aka-angular-universal-f6c228ded8b0) ### Components * [Awsome Angular Components](https://github.com/Chyngyz/awesome-angular-components) From 6a197f1288a2222e0ea41c641ee6ff7ab264c392 Mon Sep 17 00:00:00 2001 From: Burak Tasci Date: Mon, 10 Apr 2017 18:19:04 +0300 Subject: [PATCH 2/3] (components): added "@nglibs/meta", "@nglibs/config", "@nglibs/i18n-router" --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1173015..a6656b2 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,9 @@ * [ngx-ui](https://github.com/swimlane/ngx-ui) - Style and Component Library for Angular2 and beyond! * [ng2-inline-editor](https://github.com/caballerog/ng2-inline-editor) An Angular 2 Component to edit inline any text. * [angular2-circle-progress](https://github.com/Feridum/angular2-circle-progress) Simple Angular 2 Circle Progress Component +* [@nglibs/meta](https://github.com/nglibs/meta) Dynamic page title & meta tags utility for Angular (w/server-side rendering) +* [@nglibs/config](https://github.com/nglibs/config) Configuration utility for Angular +* [@nglibs/i18n-router](https://github.com/nglibs/i18n-router) Route internationalization utility for Angular ### Boilerplates * [Angular CLI - Official command-line generator for Angular 2 apps](https://github.com/angular/angular-cli) From 4448e0356c946156a8ee42303d4e656611b4817d Mon Sep 17 00:00:00 2001 From: Burak Tasci Date: Mon, 10 Apr 2017 18:19:37 +0300 Subject: [PATCH 3/3] (boilerplates): added "Universal Example App (Burak Tasci)" --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a6656b2..85bf8d0 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,7 @@ * [Github: Angular2 Seed TypeScript (Attila Egyed)](https://github.com/codewareio/angular2-ts-seed) A complete, yet simple, starter for Angular 2 using TypeScript. * [Github: Angular2 boilerplate on steroids (Pedro Eugenio)](https://github.com/voxmachina/angular2-boilerplate) This is an Angular 2 fullstack project boilerplate on steroids! Aimed at reaching top notch performance levels. * [Github: Laravel Angular2 Material Boilerplate](https://github.com/Vivify-Ideas/Laravel5-Angular2-Material) Laravel and Angular 2 integration. +* [Github: Universal Example App (Burak Tasci)](https://github.com/nglibs/universal-example-app) - Example app showcasing both Universal and lean Angular on a single project by @fulls1z3 ### Example Apps * [ng2do (David East)](https://github.com/davideast/ng2do)