An open API service indexing awesome lists of open source software.

https://github.com/docgeni/angular

All dependencies for Angular
https://github.com/docgeni/angular

Last synced: 4 months ago
JSON representation

All dependencies for Angular

Awesome Lists containing this project

README

        

# @docgeni/angular

All dependencies for Angular, simplify installation of dependencies.

## Introduction
For example, to install angular `10`, you should add following dependencies:

```json
{
"@angular-devkit/build-angular": "~0.1002.1",
"@angular-devkit/schematics": "~10.2.1",
"@angular-devkit/schematics-cli": "^0.1002.3",
"@angular/animations": "~10.2.4",
"@angular/cdk": "^10.2.7",
"@angular/cli": "~10.2.1",
"@angular/common": "~10.2.4",
"@angular/compiler": "~10.2.4",
"@angular/compiler-cli": "~10.2.4",
"@angular/core": "~10.2.4",
"@angular/forms": "~10.2.4",
"@angular/platform-browser": "~10.2.4",
"@angular/platform-browser-dynamic": "~10.2.4",
"@angular/router": "~10.2.4",
"@schematics/angular": "^10.0.0"
}
```

We can use `@docgeni/angular` to simplify it.
```json
{
"@docgeni/angular": "10.0.0"
}
```

## Versions

@docgeni/angular| @angular/* | Description
---| --- | ---
`10.0.0`| `10.x` | `^10.2.4`
`11.0.0`| `11.x` | `^11.2.4`
`12.0.0`| `12.x` | `^12.2.10`
`13.0.0`| `13.x` | `^13.0.0`
`14.0.0`| `14.x` | `^14.0.0`
`15.0.0`| `15.x` | `^15.0.0`
`16.0.0`| `16.x` | `^16.0.0`
`17.0.0`| `17.x` | `^17.0.0`
`18.0.0`| `18.x` | `^18.0.0`
`19.0.0`| `19.x` | `^19.0.0`
`current.0.0`| `current.x` | `^current.0.0`