Skip to content

Commit 00e55b6

Browse files
author
Gias Kay Lee
committed
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 angular#6628
1 parent b700282 commit 00e55b6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/content/guide/module.ngdoc

+3-4
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,9 @@ that you break your application to multiple modules like this:
6666
* And an application level module which depends on the above modules and contains any
6767
initialization code.
6868

69-
We've also written a document on how we organize large apps at Google and on how to write
70-
reusable components.
71-
72-
The above is a suggestion. Tailor it to your needs.
69+
For more insight on the topic, check out [this presentation](http://www.youtube.com/watch?v=62RvRQuMVyg)
70+
by Google DoubleClick team during ng-conf 2014. Keep in mind that these are, after all, suggestions, and you
71+
should tailor them to your specific needs.
7372

7473
<example module='xmpl'>
7574
<file name="index.html">

0 commit comments

Comments
 (0)