From 3eba6736e627f40f71217d08a2109504b99746e6 Mon Sep 17 00:00:00 2001 From: francesco Date: Sat, 25 Dec 2021 20:24:45 +0100 Subject: [PATCH] Add Ressources --- docs/angularmodules.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/angularmodules.md b/docs/angularmodules.md index 55c87b4..d6100fc 100644 --- a/docs/angularmodules.md +++ b/docs/angularmodules.md @@ -83,3 +83,8 @@ There fore services should be instanciated at app level via `@Injectable` or dec LazyLoadingServices +## Ressources + +Official Docs: [NgModules](https://angular.io/guide/ngmodules) + +NgModules FAQ: [NgModules - FAQ](https://angular.io/guide/ngmodule-faq) \ No newline at end of file