Skip to content

Commit

Permalink
fix(doc): Angular and Node.js versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vogloblinsky committed Apr 12, 2024
1 parent aa61af8 commit f19787d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/docs/installation.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f19787d

Please sign in to comment.