From 1c8151b22389c0f7f42ec309ebaad2a9bcb8b996 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Mon, 5 Jun 2017 13:01:45 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ff50107..3a66711 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,11 @@ Angel is a full-featured server-side Web application framework for the Dart prog Like what you see? Please lend us a star. :star: +## Newest Tutorials +* [Serving Static Files](https://medium.com/the-angel-framework/serving-static-files-with-the-angel-framework-2ddc7a2b84ae) +* Use With Angular2 ([article](https://dart.academy/using-angel-with-angular2/) | [video](https://www.youtube.com/watch?v=O8tCXj_lljY&feature=youtu.be)) +* [Instant REST API's - Intro to Services](https://medium.com/the-angel-framework/instant-rest-apis-and-more-an-introduction-to-angel-services-b843f3187f67) + ## Installation & Setup *Having errors with a fresh Angel installation? See [here](https://github.com/angel-dart/angel/wiki/Installation-&-Setup) for help.*