Alan Agius
|
466d86dc8d
|
refactor(@angular-devkit/build-angular): update code base structure to facilitate future builders
This commit updates the code base structure in preparation for future works.
|
2023-06-09 16:02:14 +02:00 |
|
Alan Agius
|
e992c9a70b
|
build: update files to be fix eslint header/header failures
|
2021-05-04 09:59:40 -04:00 |
|
Joey Perrott
|
003854257c
|
build: migrate all file header to use Google LLC rather than Google Inc
|
2021-04-27 08:35:22 +02:00 |
|
Alan Agius
|
e368b2f141
|
refactor(@angular-devkit/build-angular): move karma plugin in own folder
|
2021-01-15 13:31:48 -05:00 |
|
Alan Agius
|
0d10de5cbb
|
refactor(@angular-devkit/build-angular): re-structure folder structure and move code
Previous
```
packages/angular_devkit/build_angular
├── plugins
│ └── webpack
└── src
├── angular-cli-files
│ ├── models
│ │ └── webpack-configs
│ ├── plugins
│ └── utilities
│ ├── index-file
│ └── service-worker
├── app-shell
├── browser
│ └── specs
├── dev-server
├── extract-i18n
├── karma
├── ng-packagr
├── protractor
├── server
├── tslint
├── utils
└── webpack
└── models
```
Now
```
packages/angular_devkit/build_angular
├── plugins
└── src
├── app-shell
├── browser
│ └── specs
├── dev-server
├── extract-i18n
├── karma
├── ng-packagr
├── protractor
├── server
├── tslint
├── utils
│ └── index-file
└── webpack
├── configs
├── plugins
└── utils
```
|
2020-09-14 16:40:39 -04:00 |
|
Hans Larsen
|
44086c60ff
|
build: move devkit repo back to angular-cli
|
2018-06-05 18:50:06 -07:00 |
|