From 00e55b6a0e6eaa23b04c46b71384b4bbaaf8346d Mon Sep 17 00:00:00 2001 From: Gias Kay Lee Date: Mon, 10 Mar 2014 14:50:21 +0800 Subject: [PATCH] docs(module): add link to mentioned resource Explicitly mentions Google DoubleClick team's presentation during ng-conf 2014 in place of the original vague wording. Closes #6628 --- docs/content/guide/module.ngdoc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/content/guide/module.ngdoc b/docs/content/guide/module.ngdoc index e2925584eacf..40763db012b5 100644 --- a/docs/content/guide/module.ngdoc +++ b/docs/content/guide/module.ngdoc @@ -66,10 +66,9 @@ that you break your application to multiple modules like this: * And an application level module which depends on the above modules and contains any initialization code. -We've also written a document on how we organize large apps at Google and on how to write -reusable components. - -The above is a suggestion. Tailor it to your needs. +For more insight on the topic, check out [this presentation](http://www.youtube.com/watch?v=62RvRQuMVyg) +by Google DoubleClick team during ng-conf 2014. Keep in mind that these are, after all, suggestions, and you +should tailor them to your specific needs.