docgeni / angular

All dependencies for Angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@docgeni/angular

All dependencies for Angular, simplify installation of dependencies.

Introduction

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

{
    "@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.

{
    "@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

About

All dependencies for Angular


Languages

Language:JavaScript 100.0%