From 300deab9d3b134afa670295b7c31c02ae267e827 Mon Sep 17 00:00:00 2001 From: Simone Poggiali Date: Sun, 13 Sep 2026 20:02:43 +0200 Subject: [PATCH] Add The Concise TypeScript Book --- Frontend/ANGULARJS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Frontend/ANGULARJS.md b/Frontend/ANGULARJS.md index fc35571..6114ddf 100644 --- a/Frontend/ANGULARJS.md +++ b/Frontend/ANGULARJS.md @@ -33,6 +33,8 @@ Follow either the [Official Docs](https://angular.io/docs) or [The Net Ninja](ht |16.|Http Service| |17.|Deployment on Netlify| +For a broader TypeScript reference, see [The Concise TypeScript Book](https://github.com/gibbok/typescript-book), a free and open-source guide covering fundamentals through advanced concepts. + Once you get familiar these, you can very well call yourself an Angular Developer. It's recommended you practice this on a few projects to ensure you understand everything. ## Useful Chrome Extensions :muscle: @@ -54,4 +56,4 @@ Not yet! Now that you've explored Angular, you can either learn [React](./REACT.
-We hope you now know the roadmap to being a professional Angular Developer :v: \ No newline at end of file +We hope you now know the roadmap to being a professional Angular Developer :v: