mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
ac8b5bffe4
Updates AIO to the latest v13 release-candidate version of all Angular-owned packages, such as Angular CDK and Angular Material. Applies changes needed for the v13 CLI as performed by the CLI through `ng update`: https://github.com/angular/angular-cli/tree/7ff8c5350ea2e49574dd659adae02215957d2685/packages/schematics/angular/migrations/update-13. Additionally, the web components polyfill has been removed as all browsers supported by Angular seem to support custom elements v1 natively, according to: * https://caniuse.com/custom-elementsv1 * https://www.webcomponents.org/ (scroll down to browser support) Co-authored-by: George Kalpakas <kalpakas.g@gmail.com> PR Close #43583
52 lines
664 B
Plaintext
52 lines
664 B
Plaintext
# See https://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# compiled output
|
|
/dist
|
|
/out-tsc
|
|
/src/generated
|
|
/tmp
|
|
|
|
# Cache folder for the Angular CLI.
|
|
.angular/cache
|
|
|
|
# dependencies
|
|
/node_modules
|
|
|
|
# IDEs and editors
|
|
/.idea
|
|
.project
|
|
.classpath
|
|
.c9/
|
|
*.launch
|
|
.settings/
|
|
*.sublime-workspace
|
|
|
|
# IDE - VSCode
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
|
|
# misc
|
|
/.firebase/
|
|
/.sass-cache
|
|
/connect.lock
|
|
/coverage
|
|
/libpeerconnection.log
|
|
debug.log
|
|
firebase-debug.log
|
|
npm-debug.log
|
|
testem.log
|
|
/typings
|
|
yarn-error.log
|
|
|
|
# e2e
|
|
/e2e/*.js
|
|
/e2e/*.map
|
|
protractor-results*.txt
|
|
|
|
# System Files
|
|
.DS_Store
|
|
Thumbs.db
|