From 8211592574d923cabecf9a741c3fcde429dc5649 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Sat, 20 Oct 2018 19:05:38 -0600 Subject: [PATCH] Link to helpful material in the DEVELOPMENT.md documentation --- DEVELOPMENT.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index cb967bd..5199876 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -54,3 +54,7 @@ The frontend is otherwise a fairly basic Angular 5 application: there's componen kept small and generic where possible (almost always matching the Service classes in the backend). Components are more of a judgement call and should be split out where it makes sense. For example, it doesn't make sense to create a component for every instance where an `ngFor` is used because the number of components would be astronomical. + +## Reference Material + +Adding a bridge to Dimension: https://github.com/turt2live/matrix-dimension/pull/217