mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 02:54:21 +08:00
Checking the stack trace in the issue one can noticed that the paths for the components are being served via the `webpack://` protocol which is causing a `cors` issue between `http` and `webpack` protocol This PR removed the `webpack` protocol from the `devtoolModuleFilenameTemplate` Closes #11966
Angular DevKit
Development tools and libraries specialized for Angular
This is the home of the DevKit and the Angular CLI code. You can find the Angular CLI specific README here.
This is the home for all the tools and libraries built to assist developers with their Angular applications.
Quick Links
Gitter | Contributing | Angular CLI |
---|
The Goal of DevKit
Our goal is to provide a large set of libraries that can be used to manage, develop, deploy and analyze your code.
This is the extension of the Angular CLI Project. Once this set of tools is done, the Angular CLI as it is today will become one of many interfaces available to perform those tasks. Everything will also be available to third party tools and IDEs.
Tools
Project | Package | Version | Links |
---|---|---|---|
Angular CLI | @angular/cli |
||
Schematics CLI | @angular-devkit/schematics-cli |
Packages
This is a monorepo which contains many packages:
Project | Package | Version | Links |
---|---|---|---|
Architect | @angular-devkit/architect |
||
Architect CLI | @angular-devkit/architect-cli |
||
Build Angular | @angular-devkit/build-angular |
||
Build NgPackagr | @angular-devkit/build-ng-packagr |
||
Build Optimizer | @angular-devkit/build-optimizer |
||
Build Webpack | @angular-devkit/build-webpack |
||
Core | @angular-devkit/core |
||
Schematics | @angular-devkit/schematics |
Schematics
Project | Package | Version | Links |
---|---|---|---|
Angular PWA Schematics | @angular/pwa |
||
Angular Schematics | @schematics/angular |
||
Schematics Schematics | @schematics/schematics |
||
Package Update Schematics | @schematics/update |
Misc
Project | Package | Version | Links |
---|---|---|---|
Webpack Angular Plugin | @ngtools/webpack |
Description
Languages
TypeScript
95%
Starlark
2.3%
JavaScript
1.3%
HTML
1%
EJS
0.3%