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
- Host: GitHub
- URL: https://github.com/docgeni/angular
- Owner: docgeni
- Created: 2021-10-15T02:01:46.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-20T01:57:01.000Z (6 months ago)
- Last Synced: 2025-01-21T15:08:03.993Z (5 months ago)
- Language: JavaScript
- Size: 1.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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`