Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

docs(module): add link to mentioned resource #6629

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions docs/content/guide/module.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<example module='xmpl'>
<file name="index.html">
Expand Down