Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
akehir
font-awesome-icons
Commits
201dff38
Verified
Commit
201dff38
authored
May 14, 2021
by
Raphael Ochsenbein
Browse files
Run Angualar 12 migrations
parent
ae264c44
Changes
9
Expand all
Hide whitespace changes
Inline
Side-by-side
angular.json
View file @
201dff38
...
...
@@ -53,7 +53,6 @@
"build"
:
{
"builder"
:
"@angular-devkit/build-angular:browser"
,
"options"
:
{
"aot"
:
true
,
"outputPath"
:
"dist/example-app"
,
"index"
:
"projects/example-app/src/index.html"
,
"main"
:
"projects/example-app/src/main.ts"
,
...
...
@@ -66,17 +65,18 @@
"styles"
:
[
"projects/example-app/src/styles.css"
],
"scripts"
:
[]
"scripts"
:
[],
"vendorChunk"
:
true
,
"extractLicenses"
:
false
,
"buildOptimizer"
:
false
,
"sourceMap"
:
true
,
"optimization"
:
false
,
"namedChunks"
:
true
},
"configurations"
:
{
"es5"
:
{
"tsConfig"
:
"./projects/example-app/tsconfig-es5.app.json"
,
"sourceMap"
:
true
,
"namedChunks"
:
true
,
"aot"
:
true
,
"extractLicenses"
:
true
,
"vendorChunk"
:
true
,
"buildOptimizer"
:
false
,
"budgets"
:
[
{
"type"
:
"initial"
,
...
...
@@ -97,7 +97,6 @@
"outputHashing"
:
"all"
,
"sourceMap"
:
false
,
"namedChunks"
:
false
,
"aot"
:
true
,
"extractLicenses"
:
true
,
"vendorChunk"
:
false
,
"buildOptimizer"
:
true
,
...
...
package-lock.json
View file @
201dff38
This diff is collapsed.
Click to expand it.
package.json
View file @
201dff38
...
...
@@ -129,25 +129,25 @@
"compileSources"
:
true
},
"dependencies"
:
{
"
@angular/animations
"
:
"
~1
1
.0.0
"
,
"
@angular/common
"
:
"
~1
1
.0.0
"
,
"
@angular/compiler
"
:
"
~1
1
.0.0
"
,
"
@angular/core
"
:
"
~1
1
.0.0
"
,
"
@angular/forms
"
:
"
~1
1
.0.0
"
,
"
@angular/platform-browser
"
:
"
~1
1
.0.0
"
,
"
@angular/platform-browser-dynamic
"
:
"
~1
1
.0.0
"
,
"
@angular/router
"
:
"
~1
1
.0.0
"
,
"
@angular/animations
"
:
"
~1
2
.0.0
"
,
"
@angular/common
"
:
"
~1
2
.0.0
"
,
"
@angular/compiler
"
:
"
~1
2
.0.0
"
,
"
@angular/core
"
:
"
~1
2
.0.0
"
,
"
@angular/forms
"
:
"
~1
2
.0.0
"
,
"
@angular/platform-browser
"
:
"
~1
2
.0.0
"
,
"
@angular/platform-browser-dynamic
"
:
"
~1
2
.0.0
"
,
"
@angular/router
"
:
"
~1
2
.0.0
"
,
"
core-js
"
:
"
^3.1.3
"
,
"
rxjs
"
:
"
~6.5.4
"
,
"
svg-to-ts
"
:
"
^5.0.1
"
,
"
tslib
"
:
"
^2.
0
.0
"
,
"
zone.js
"
:
"
~0.1
0.2
"
"
tslib
"
:
"
^2.
2
.0
"
,
"
zone.js
"
:
"
~0.1
1.4
"
},
"devDependencies"
:
{
"
@angular-devkit/build-angular
"
:
"
~
0.110
0.
1
"
,
"
@angular/cli
"
:
"
~1
1
.0.
1
"
,
"
@angular/compiler-cli
"
:
"
~1
1
.0.0
"
,
"
@angular/language-service
"
:
"
~1
1
.0.0
"
,
"
@angular-devkit/build-angular
"
:
"
~
12.
0.
0
"
,
"
@angular/cli
"
:
"
~1
2
.0.
0
"
,
"
@angular/compiler-cli
"
:
"
~1
2
.0.0
"
,
"
@angular/language-service
"
:
"
~1
2
.0.0
"
,
"
@types/jasmine
"
:
"
~3.6.0
"
,
"
@types/jasminewd2
"
:
"
~2.0.3
"
,
"
@types/node
"
:
"
^12.11.1
"
,
...
...
@@ -155,17 +155,17 @@
"
cpx
"
:
"
^1.5.0
"
,
"
jasmine-core
"
:
"
~3.6.0
"
,
"
jasmine-spec-reporter
"
:
"
~5.0.0
"
,
"
karma
"
:
"
~
5.1.1
"
,
"
karma
"
:
"
~
6.3.2
"
,
"
karma-chrome-launcher
"
:
"
~3.1.0
"
,
"
karma-coverage-istanbul-reporter
"
:
"
~3.0.2
"
,
"
karma-jasmine
"
:
"
~4.0.0
"
,
"
karma-jasmine-html-reporter
"
:
"
^1.5.0
"
,
"
ng-packagr
"
:
"
^1
1
.0.
2
"
,
"
ng-packagr
"
:
"
^1
2
.0.
0
"
,
"
protractor
"
:
"
~7.0.0
"
,
"
rxjs-marbles
"
:
"
^5.0.2
"
,
"
ts-node
"
:
"
~8.2.0
"
,
"
tslint
"
:
"
~6.1.0
"
,
"
typescript
"
:
"
~4.
0.5
"
,
"
typescript
"
:
"
~4.
2.4
"
,
"
webpack-bundle-analyzer
"
:
"
^3.6.1
"
}
}
projects/example-app/src/environments/environment.ts
View file @
201dff38
...
...
@@ -13,4 +13,4 @@ export const environment = {
* This import should be commented out in production mode because it will have a negative impact
* on performance if an error is thrown.
*/
// import 'zone.js/
dist
/zone-error'; // Included with Angular CLI.
// import 'zone.js/
plugins
/zone-error'; // Included with Angular CLI.
projects/example-app/src/polyfills.ts
View file @
201dff38
...
...
@@ -55,7 +55,7 @@
/***************************************************************************************************
* Zone JS is required by default for Angular itself.
*/
import
'
zone.js
/dist/zone
'
;
// Included with Angular CLI.
import
'
zone.js
'
;
// Included with Angular CLI.
/***************************************************************************************************
...
...
projects/example-app/src/test.ts
View file @
201dff38
// This file is required by karma.conf.js and loads recursively all the .spec and framework files
import
'
zone.js/
dist/zone-
testing
'
;
import
'
zone.js/testing
'
;
import
{
getTestBed
}
from
'
@angular/core/testing
'
;
import
{
BrowserDynamicTestingModule
,
...
...
projects/font-awesome-icons-lib/src/test.ts
View file @
201dff38
// This file is required by karma.conf.js and loads recursively all the .spec and framework files
import
'
core-js/proposals/reflect-metadata
'
;
import
'
zone.js
/dist/zone
'
;
import
'
zone.js/
dist/zone-
testing
'
;
import
'
zone.js
'
;
import
'
zone.js/testing
'
;
import
{
getTestBed
}
from
'
@angular/core/testing
'
;
import
{
BrowserDynamicTestingModule
,
...
...
projects/font-awesome-icons-lib/tsconfig.lib.json
View file @
201dff38
...
...
@@ -9,7 +9,6 @@
"declaration"
:
true
,
"sourceMap"
:
true
,
"inlineSources"
:
true
,
"emitDecoratorMetadata"
:
true
,
"experimentalDecorators"
:
true
,
"importHelpers"
:
true
,
"types"
:
[],
...
...
tsconfig.json
View file @
201dff38
...
...
@@ -7,7 +7,6 @@
"declaration"
:
false
,
"module"
:
"es2020"
,
"moduleResolution"
:
"node"
,
"emitDecoratorMetadata"
:
true
,
"experimentalDecorators"
:
true
,
"importHelpers"
:
true
,
"target"
:
"es2015"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment