From f19787db99d62accd28e264acf753960fd12fd9b Mon Sep 17 00:00:00 2001 From: Vincent Ogloblinsky Date: Fri, 12 Apr 2024 14:17:39 +0200 Subject: [PATCH] fix(doc): Angular and Node.js versions --- src/docs/installation.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/docs/installation.md b/src/docs/installation.md index aff846f..4eec386 100644 --- a/src/docs/installation.md +++ b/src/docs/installation.md @@ -1,15 +1,21 @@ # Node.js versions -Dated august 2023, Compodoc is tested and compatible with only last [active versions](https://nodejs.dev/fr/about/releases/) of Node.js (see this [link](https://angular.io/guide/versions) for more information) : v14.x, v16.x, v18.x, v20.x +Dated april 2024, Compodoc is tested and compatible with only last [active versions](https://nodejs.dev/fr/about/releases/) of Node.js (see this [link](https://angular.io/guide/versions) for more information) : v16.x, v18.x, v20.x # Angular-CLI -Dated august 2023, Compodoc supports last Angular-CLI version : 16.x +Dated april 2024, Compodoc supports last Angular-CLI version : 17.x Just run Compodoc in a fresh or existing project. # Global installation +Install from Angular CLI : + +```bash +ng add @compodoc/compodoc +``` + Install from npm : ```bash